#554CDC

Color #554CDC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #554CDC

Tints of Slate Blue #554CDC

Color information

#554CDC (or 0x554CDC) is unknown color: approx Slate Blue. HEX triplet: 55, 4C and DC. RGB value is (85,76,220). Sum of RGB (Red+Green+Blue) = 85+76+220=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #554CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CDC is #AAB323. Grayscale: #5E5E5E. Windows color (decimal): -11186980 or 14437461. OLE color: 14437461.

HSL color Cylindrical-coordinate representation of color #554CDC: hue angle of 243.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554CDC is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8576220-
CMYK0.610.6500.14
HSL243.75º67.29%58.04%-
HSV(B)243.75º65.45%86.27%-
XYZ19.2512.2769.06-
YUV95.11198.48120.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 76 (30.08% from 255) = 19.95%
BLUE value IS 220 (86.33% from 255) = 57.74%
R=22.31%
G=19.95%
B=57.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85762200.610.6500.14243.7567.2958.04
Hex554CDC3D410Ef4433a
Octal1251143347510101636410372
Binary1010101100110011011100111101100000101110111101001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554CDC; }

 p { color: rgb(85,76,220); }

 H1.HeaderClassName
 {
   color: #554CDC;
 }
 .AnyTagClassName
 {
   color: #554CDC;
 }
</style>
background-color css

<style>
 a { background-color: #554CDC; }

 a { background-color: rgb(85,76,220); }

 div.DivClassName
 {
   background-color: #554CDC;
 }
 .BgClassName
 {
   background-color: #554CDC;
 }
</style>
border-color css

<style>
 span { border-color: #554CDC; }

 span { border-color: rgb(85,76,220); }

 td.TdClassName
 {
   border-color: #554CDC;
 }
 .TagClassName
 {
   border-color: #554CDC;
 }
</style>