#566C70

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

Shades of Pale Sky #566C70

Tints of Pale Sky #566C70

Color information

#566C70 (or 0x566C70) is unknown color: approx Pale Sky. HEX triplet: 56, 6C and 70. RGB value is (86,108,112). Sum of RGB (Red+Green+Blue) = 86+108+112=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #566C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C70 is #A9938F. Grayscale: #656565. Windows color (decimal): -11113360 or 7367766. OLE color: 7367766.

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

Color convert

RGB86108112-
CMYK0.230.0400.56
HSL189.23º13.13%38.82%-
HSV(B)189.23º23.21%43.92%-
XYZ12.1213.8717.37-
YUV101.88133.71116.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=28.10%
G=35.29%
B=36.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861081120.230.0400.56189.2313.1338.82
Hex566C70174038bdd27
Octal1261541602740702751547
Binary101011011011001110000101111000111000101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566C70; }

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

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

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

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

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

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

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

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