#566870

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

Shades of Pale Sky #566870

Tints of Pale Sky #566870

Color information

#566870 (or 0x566870) is unknown color: approx Pale Sky. HEX triplet: 56, 68 and 70. RGB value is (86,104,112). Sum of RGB (Red+Green+Blue) = 86+104+112=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: blue. Hex color #566870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566870 is #A9978F. Grayscale: #636363. Windows color (decimal): -11114384 or 7366742. OLE color: 7366742.

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

Color convert

RGB86104112-
CMYK0.230.0700.56
HSL198.46º13.13%38.82%-
HSV(B)198.46º23.21%43.92%-
XYZ11.7113.0517.23-
YUV99.53135.04118.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.48%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=28.48%
G=34.44%
B=37.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861041120.230.0700.56198.4613.1338.82
Hex566870177038c6d27
Octal1261501602770703061547
Binary101011011010001110000101111110111000110001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566870; }

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

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

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

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

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

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

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

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