#555977

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

Shades of Comet #555977

Tints of Comet #555977

Color information

#555977 (or 0x555977) is unknown color: approx Comet. HEX triplet: 55, 59 and 77. RGB value is (85,89,119). Sum of RGB (Red+Green+Blue) = 85+89+119=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #555977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555977 is #AAA688. Grayscale: #5B5B5B. Windows color (decimal): -11183753 or 7821653. OLE color: 7821653.

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

Color convert

RGB8589119-
CMYK0.290.2500.53
HSL232.94º16.67%40%-
HSV(B)232.94º28.57%46.67%-
XYZ10.6510.4118.9-
YUV91.22143.67123.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=29.01%
G=30.38%
B=40.61%

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
Decimal85891190.290.2500.53232.9416.6740
Hex5559771D19035e91128
Octal12513116735310653512150
Binary101010110110011110111111011100101101011110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555977; }

 p { color: rgb(85,89,119); }

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

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

 a { background-color: rgb(85,89,119); }

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

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

 span { border-color: rgb(85,89,119); }

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