#555569

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

Shades of Comet #555569

Tints of Comet #555569

Color information

#555569 (or 0x555569) is unknown color: approx Comet. HEX triplet: 55, 55 and 69. RGB value is (85,85,105). Sum of RGB (Red+Green+Blue) = 85+85+105=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #555569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555569 is #AAAA96. Grayscale: #575757. Windows color (decimal): -11184791 or 6903125. OLE color: 6903125.

HSL color Cylindrical-coordinate representation of color #555569: hue angle of 240º 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 #555569 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8585105-
CMYK0.190.1900.59
HSL240º10.53%37.25%-
HSV(B)240º19.05%41.18%-
XYZ9.549.4514.69-
YUV87.28138126.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=30.91%
G=30.91%
B=38.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85851050.190.1900.5924010.5337.25
Hex555569131303Bf0b25
Octal12512515123230733601345
Binary10101011010101110100110011100110111011111100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555569; }

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

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

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

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

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

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

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

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