#555772

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

Shades of Comet #555772

Tints of Comet #555772

Color information

#555772 (or 0x555772) is unknown color: approx Comet. HEX triplet: 55, 57 and 72. RGB value is (85,87,114). Sum of RGB (Red+Green+Blue) = 85+87+114=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #555772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555772 is #AAA88D. Grayscale: #595959. Windows color (decimal): -11184270 or 7493461. OLE color: 7493461.

HSL color Cylindrical-coordinate representation of color #555772: hue angle of 235.86º 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 #555772 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8587114-
CMYK0.250.2400.55
HSL235.86º14.57%39.02%-
HSV(B)235.86º25.44%44.71%-
XYZ10.199.9617.31-
YUV89.48141.84124.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=29.72%
G=30.42%
B=39.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85871140.250.2400.55235.8614.5739.02
Hex5557721918037ecf27
Octal12512716231300673541747
Binary10101011010111111001011001110000110111111011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555772; }

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

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

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

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

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

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

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

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