#566A72

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

Shades of Pale Sky #566A72

Tints of Pale Sky #566A72

Color information

#566A72 (or 0x566A72) is unknown color: approx Pale Sky. HEX triplet: 56, 6A and 72. RGB value is (86,106,114). Sum of RGB (Red+Green+Blue) = 86+106+114=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #566A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A72 is #A9958D. Grayscale: #646464. Windows color (decimal): -11113870 or 7498326. OLE color: 7498326.

HSL color Cylindrical-coordinate representation of color #566A72: hue angle of 197.14º 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 #566A72 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB86106114-
CMYK0.250.0700.55
HSL197.14º14%39.22%-
HSV(B)197.14º24.56%44.71%-
XYZ12.0313.517.89-
YUV100.93135.37117.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=28.10%
G=34.64%
B=37.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861061140.250.0700.55197.141439.22
Hex566A72197037c5e27
Octal1261521623170673051647
Binary101011011010101110010110011110110111110001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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