#555877

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

Shades of Comet #555877

Tints of Comet #555877

Color information

#555877 (or 0x555877) is unknown color: approx Comet. HEX triplet: 55, 58 and 77. RGB value is (85,88,119). Sum of RGB (Red+Green+Blue) = 85+88+119=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #555877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555877 is #AAA788. Grayscale: #5A5A5A. Windows color (decimal): -11184009 or 7821397. OLE color: 7821397.

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

Color convert

RGB8588119-
CMYK0.290.2600.53
HSL234.71º16.67%40%-
HSV(B)234.71º28.57%46.67%-
XYZ10.5710.2418.87-
YUV90.64144.01123.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=29.11%
G=30.14%
B=40.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85881190.290.2600.53234.7116.6740
Hex5558771D1A035eb1128
Octal12513016735320653532150
Binary101010110110001110111111011101001101011110101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555877; }

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

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

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

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

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

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

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

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