#555669

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

Shades of Comet #555669

Tints of Comet #555669

Color information

#555669 (or 0x555669) is unknown color: approx Comet. HEX triplet: 55, 56 and 69. RGB value is (85,86,105). Sum of RGB (Red+Green+Blue) = 85+86+105=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #555669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555669 is #AAA996. Grayscale: #575757. Windows color (decimal): -11184535 or 6903381. OLE color: 6903381.

HSL color Cylindrical-coordinate representation of color #555669: hue angle of 237º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555669 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8586105-
CMYK0.190.1800.59
HSL237º10.53%37.25%-
HSV(B)237º19.05%41.18%-
XYZ9.629.6114.71-
YUV87.87137.67125.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=30.80%
G=31.16%
B=38.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85861050.190.1800.5923710.5337.25
Hex555669131203Bedb25
Octal12512615123220733551345
Binary10101011010110110100110011100100111011111011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555669; }

 p { color: rgb(85,86,105); }

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

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

 a { background-color: rgb(85,86,105); }

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

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

 span { border-color: rgb(85,86,105); }

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