#555668

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

Shades of Comet #555668

Tints of Comet #555668

Color information

#555668 (or 0x555668) is unknown color: approx Comet. HEX triplet: 55, 56 and 68. RGB value is (85,86,104). Sum of RGB (Red+Green+Blue) = 85+86+104=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #555668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555668 is #AAA997. Grayscale: #575757. Windows color (decimal): -11184536 or 6837845. OLE color: 6837845.

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

Color convert

RGB8586104-
CMYK0.180.1700.59
HSL236.84º10.05%37.06%-
HSV(B)236.84º18.27%40.78%-
XYZ9.579.5914.44-
YUV87.75137.17126.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=30.91%
G=31.27%
B=37.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85861040.180.1700.59236.8410.0537.06
Hex555668121103Beda25
Octal12512615022210733551245
Binary10101011010110110100010010100010111011111011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555668; }

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

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

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

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

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

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

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

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