#555570

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

Shades of Comet #555570

Tints of Comet #555570

Color information

#555570 (or 0x555570) is unknown color: approx Comet. HEX triplet: 55, 55 and 70. RGB value is (85,85,112). Sum of RGB (Red+Green+Blue) = 85+85+112=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #555570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555570 is #AAAA8F. Grayscale: #575757. Windows color (decimal): -11184784 or 7361877. OLE color: 7361877.

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

Color convert

RGB8585112-
CMYK0.240.2400.56
HSL240º13.71%38.63%-
HSV(B)240º24.11%43.92%-
XYZ9.929.616.66-
YUV88.08141.5125.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=30.14%
G=30.14%
B=39.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85851120.240.2400.5624013.7138.63
Hex5555701818038f0e27
Octal12512516030300703601647
Binary10101011010101111000011000110000111000111100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555570; }

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

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

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

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

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

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

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

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