#565570

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

Shades of Comet #565570

Tints of Comet #565570

Color information

#565570 (or 0x565570) is unknown color: approx Comet. HEX triplet: 56, 55 and 70. RGB value is (86,85,112). Sum of RGB (Red+Green+Blue) = 86+85+112=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 85 (33.59% from 255 or 30.04% 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 #565570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565570 is #A9AA8F. Grayscale: #585858. Windows color (decimal): -11119248 or 7361878. OLE color: 7361878.

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

Color convert

RGB8685112-
CMYK0.230.2400.56
HSL242.22º13.71%38.63%-
HSV(B)242.22º24.11%43.92%-
XYZ10.019.6516.66-
YUV88.38141.33126.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86851120.230.2400.56242.2213.7138.63
Hex5655701718038f2e27
Octal12612516027300703621647
Binary10101101010101111000010111110000111000111100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565570; }

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

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

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

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

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

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

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

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