#555568

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

Shades of Comet #555568

Tints of Comet #555568

Color information

#555568 (or 0x555568) is unknown color: approx Comet. HEX triplet: 55, 55 and 68. RGB value is (85,85,104). Sum of RGB (Red+Green+Blue) = 85+85+104=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #555568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555568 is #AAAA97. Grayscale: #575757. Windows color (decimal): -11184792 or 6837589. OLE color: 6837589.

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

Color convert

RGB8585104-
CMYK0.180.1800.59
HSL240º10.05%37.06%-
HSV(B)240º18.27%40.78%-
XYZ9.499.4314.42-
YUV87.17137.5126.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=31.02%
G=31.02%
B=37.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85851040.180.1800.5924010.0537.06
Hex555568121203Bf0a25
Octal12512515022220733601245
Binary10101011010101110100010010100100111011111100001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555568; }

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

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

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

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

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

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

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

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