#554CC6

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

Shades of Slate Blue #554CC6

Tints of Slate Blue #554CC6

Color information

#554CC6 (or 0x554CC6) is unknown color: approx Slate Blue. HEX triplet: 55, 4C and C6. RGB value is (85,76,198). Sum of RGB (Red+Green+Blue) = 85+76+198=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #554CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CC6 is #AAB339. Grayscale: #5C5C5C. Windows color (decimal): -11187002 or 12995669. OLE color: 12995669.

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

Color convert

RGB8576198-
CMYK0.570.6200.22
HSL244.43º51.69%53.73%-
HSV(B)244.43º61.62%77.65%-
XYZ16.5211.1854.71-
YUV92.6187.48122.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 198 (77.73% from 255) = 55.15%
R=23.68%
G=21.17%
B=55.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85761980.570.6200.22244.4351.6953.73
Hex554CC6393E016f43436
Octal12511430671760263646466
Binary101010110011001100011011100111111001011011110100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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