#555670

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

Shades of Comet #555670

Tints of Comet #555670

Color information

#555670 (or 0x555670) is unknown color: approx Comet. HEX triplet: 55, 56 and 70. RGB value is (85,86,112). Sum of RGB (Red+Green+Blue) = 85+86+112=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #555670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555670 is #AAA98F. Grayscale: #585858. Windows color (decimal): -11184528 or 7362133. OLE color: 7362133.

HSL color Cylindrical-coordinate representation of color #555670: hue angle of 237.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555670 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8586112-
CMYK0.240.2300.56
HSL237.78º13.71%38.63%-
HSV(B)237.78º24.11%43.92%-
XYZ109.7616.69-
YUV88.66141.17125.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=30.04%
G=30.39%
B=39.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85861120.240.2300.56237.7813.7138.63
Hex5556701817038eee27
Octal12512616030270703561647
Binary10101011010110111000011000101110111000111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555670; }

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

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

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

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

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

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

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

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