#566972

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

Shades of Pale Sky #566972

Tints of Pale Sky #566972

Color information

#566972 (or 0x566972) is unknown color: approx Pale Sky. HEX triplet: 56, 69 and 72. RGB value is (86,105,114). Sum of RGB (Red+Green+Blue) = 86+105+114=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #566972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566972 is #A9968D. Grayscale: #646464. Windows color (decimal): -11114126 or 7498070. OLE color: 7498070.

HSL color Cylindrical-coordinate representation of color #566972: hue angle of 199.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #566972 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB86105114-
CMYK0.250.0800.55
HSL199.29º14%39.22%-
HSV(B)199.29º24.56%44.71%-
XYZ11.9313.317.86-
YUV100.34135.71117.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=28.20%
G=34.43%
B=37.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861051140.250.0800.55199.291439.22
Hex566972198037c7e27
Octal12615116231100673071647
Binary1010110110100111100101100110000110111110001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566972; }

 p { color: rgb(86,105,114); }

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

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

 a { background-color: rgb(86,105,114); }

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

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

 span { border-color: rgb(86,105,114); }

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