#555878

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

Shades of Comet #555878

Tints of Comet #555878

Color information

#555878 (or 0x555878) is unknown color: approx Comet. HEX triplet: 55, 58 and 78. RGB value is (85,88,120). Sum of RGB (Red+Green+Blue) = 85+88+120=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #555878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555878 is #AAA787. Grayscale: #5A5A5A. Windows color (decimal): -11184008 or 7886933. OLE color: 7886933.

HSL color Cylindrical-coordinate representation of color #555878: hue angle of 234.86º 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 #555878 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8588120-
CMYK0.290.2700.53
HSL234.86º17.07%40.2%-
HSV(B)234.86º29.17%47.06%-
XYZ10.6310.2719.19-
YUV90.75144.51123.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=29.01%
G=30.03%
B=40.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85881200.290.2700.53234.8617.0740.2
Hex5558781D1B035eb1128
Octal12513017035330653532150
Binary101010110110001111000111011101101101011110101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555878; }

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

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

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

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

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

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

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

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