#554DC6

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

Shades of Slate Blue #554DC6

Tints of Slate Blue #554DC6

Color information

#554DC6 (or 0x554DC6) is unknown color: approx Slate Blue. HEX triplet: 55, 4D and C6. RGB value is (85,77,198). Sum of RGB (Red+Green+Blue) = 85+77+198=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #554DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DC6 is #AAB239. Grayscale: #5C5C5C. Windows color (decimal): -11186746 or 12995925. OLE color: 12995925.

HSL color Cylindrical-coordinate representation of color #554DC6: hue angle of 243.97º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554DC6 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8577198-
CMYK0.570.6100.22
HSL243.97º51.49%53.92%-
HSV(B)243.97º61.11%77.65%-
XYZ16.5911.3254.74-
YUV93.19187.15122.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 198 (77.73% from 255) = 55%
R=23.61%
G=21.39%
B=55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85771980.570.6100.22243.9751.4953.92
Hex554DC6393D016f43336
Octal12511530671750263646366
Binary101010110011011100011011100111110101011011110100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,77,198); }

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

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

 a { background-color: rgb(85,77,198); }

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

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

 span { border-color: rgb(85,77,198); }

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