#555A78

Color #555A78 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #555A78

Tints of Comet #555A78

Color information

#555A78 (or 0x555A78) is unknown color: approx Comet. HEX triplet: 55, 5A and 78. RGB value is (85,90,120). Sum of RGB (Red+Green+Blue) = 85+90+120=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #555A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A78 is #AAA587. Grayscale: #5B5B5B. Windows color (decimal): -11183496 or 7887445. OLE color: 7887445.

HSL color Cylindrical-coordinate representation of color #555A78: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #555A78 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8590120-
CMYK0.290.2500.53
HSL231.43º17.07%40.2%-
HSV(B)231.43º29.17%47.06%-
XYZ10.7910.619.25-
YUV91.93143.84123.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=28.81%
G=30.51%
B=40.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85901200.290.2500.53231.4317.0740.2
Hex555A781D19035e71128
Octal12513217035310653472150
Binary101010110110101111000111011100101101011110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A78; }

 p { color: rgb(85,90,120); }

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

<style>
 a { background-color: #555A78; }

 a { background-color: rgb(85,90,120); }

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

<style>
 span { border-color: #555A78; }

 span { border-color: rgb(85,90,120); }

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