#565870

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

Shades of Comet #565870

Tints of Comet #565870

Color information

#565870 (or 0x565870) is unknown color: approx Comet. HEX triplet: 56, 58 and 70. RGB value is (86,88,112). Sum of RGB (Red+Green+Blue) = 86+88+112=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #565870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565870 is #A9A78F. Grayscale: #5A5A5A. Windows color (decimal): -11118480 or 7362646. OLE color: 7362646.

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

Color convert

RGB8688112-
CMYK0.230.2100.56
HSL235.38º13.13%38.82%-
HSV(B)235.38º23.21%43.92%-
XYZ10.2510.1316.74-
YUV90.14140.34125.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=30.07%
G=30.77%
B=39.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86881120.230.2100.56235.3813.1338.82
Hex5658701715038ebd27
Octal12613016027250703531547
Binary10101101011000111000010111101010111000111010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565870; }

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

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

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

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

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

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

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

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