#566971

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

Shades of Pale Sky #566971

Tints of Pale Sky #566971

Color information

#566971 (or 0x566971) is unknown color: approx Pale Sky. HEX triplet: 56, 69 and 71. RGB value is (86,105,113). Sum of RGB (Red+Green+Blue) = 86+105+113=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #566971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566971 is #A9968E. Grayscale: #646464. Windows color (decimal): -11114127 or 7432534. OLE color: 7432534.

HSL color Cylindrical-coordinate representation of color #566971: hue angle of 197.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #566971 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB86105113-
CMYK0.240.0700.56
HSL197.78º13.57%39.02%-
HSV(B)197.78º23.89%44.31%-
XYZ11.8713.2717.56-
YUV100.23135.21117.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=28.29%
G=34.54%
B=37.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861051130.240.0700.56197.7813.5739.02
Hex566971187038c6e27
Octal1261511613070703061647
Binary101011011010011110001110001110111000110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566971; }

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

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

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

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

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

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

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

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