#555872

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

Shades of Comet #555872

Tints of Comet #555872

Color information

#555872 (or 0x555872) is unknown color: approx Comet. HEX triplet: 55, 58 and 72. RGB value is (85,88,114). Sum of RGB (Red+Green+Blue) = 85+88+114=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #555872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555872 is #AAA78D. Grayscale: #595959. Windows color (decimal): -11184014 or 7493717. OLE color: 7493717.

HSL color Cylindrical-coordinate representation of color #555872: hue angle of 233.79º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555872 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8588114-
CMYK0.250.2300.55
HSL233.79º14.57%39.02%-
HSV(B)233.79º25.44%44.71%-
XYZ10.2710.1317.33-
YUV90.07141.51124.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=29.62%
G=30.66%
B=39.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85881140.250.2300.55233.7914.5739.02
Hex5558721917037eaf27
Octal12513016231270673521747
Binary10101011011000111001011001101110110111111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555872; }

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

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

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

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

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

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

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

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