#5554c9

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

Shades of Slate Blue #5554C9

Tints of Slate Blue #5554C9

Color information

#5554C9 (or 0x5554C9) is unknown color: approx Slate Blue. HEX triplet: 55, 54 and C9. RGB value is (85,84,201). Sum of RGB (Red+Green+Blue) = 85+84+201=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 201 (78.91% from 255 or 54.32% from 370); Max value from RGB is 201 - color contains mainly: blue. Hex color #5554C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5554C9 is #AAAB36. Grayscale: #616161. Windows color (decimal): -11184951 or 13194325. OLE color: 13194325.

HSL color Cylindrical-coordinate representation of color #5554C9: hue angle of 240.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5554C9 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8584201-
CMYK0.580.5800.21
HSL240.51º52%55.88%-
HSV(B)240.51º58.21%78.82%-
XYZ17.4612.4956.75-
YUV97.64186.33118.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 201 (78.91% from 255) = 54.32%
R=22.97%
G=22.70%
B=54.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85842010.580.5800.21240.515255.88
Hex5554C93A3A015f13438
Octal12512431172720253616470
Binary101010110101001100100111101011101001010111110001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5554c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5554c9; }

 p { color: rgb(85,84,201); }

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

<style>
 a { background-color: #5554c9; }

 a { background-color: rgb(85,84,201); }

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

<style>
 span { border-color: #5554c9; }

 span { border-color: rgb(85,84,201); }

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