#566770

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

Shades of Pale Sky #566770

Tints of Pale Sky #566770

Color information

#566770 (or 0x566770) is unknown color: approx Pale Sky. HEX triplet: 56, 67 and 70. RGB value is (86,103,112). Sum of RGB (Red+Green+Blue) = 86+103+112=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #566770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566770 is #A9988F. Grayscale: #626262. Windows color (decimal): -11114640 or 7366486. OLE color: 7366486.

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

Color convert

RGB86103112-
CMYK0.230.0800.56
HSL200.77º13.13%38.82%-
HSV(B)200.77º23.21%43.92%-
XYZ11.6112.8517.2-
YUV98.94135.37118.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=28.57%
G=34.22%
B=37.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861031120.230.0800.56200.7713.1338.82
Hex566770178038c9d27
Octal12614716027100703111547
Binary1010110110011111100001011110000111000110010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566770; }

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

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

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

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

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

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

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

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