#555775

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

Shades of Comet #555775

Tints of Comet #555775

Color information

#555775 (or 0x555775) is unknown color: approx Comet. HEX triplet: 55, 57 and 75. RGB value is (85,87,117). Sum of RGB (Red+Green+Blue) = 85+87+117=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #555775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555775 is #AAA88A. Grayscale: #595959. Windows color (decimal): -11184267 or 7690069. OLE color: 7690069.

HSL color Cylindrical-coordinate representation of color #555775: hue angle of 236.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555775 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8587117-
CMYK0.270.2600.54
HSL236.25º15.84%39.61%-
HSV(B)236.25º27.35%45.88%-
XYZ10.3710.0318.22-
YUV89.82143.34124.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=29.41%
G=30.10%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85871170.270.2600.54236.2515.8439.61
Hex5557751B1A036ec1028
Octal12512716533320663542050
Binary101010110101111110101110111101001101101110110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555775; }

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

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

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

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

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

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

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

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