#566871

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

Shades of Pale Sky #566871

Tints of Pale Sky #566871

Color information

#566871 (or 0x566871) is unknown color: approx Pale Sky. HEX triplet: 56, 68 and 71. RGB value is (86,104,113). Sum of RGB (Red+Green+Blue) = 86+104+113=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #566871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566871 is #A9978E. Grayscale: #636363. Windows color (decimal): -11114383 or 7432278. OLE color: 7432278.

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

Color convert

RGB86104113-
CMYK0.240.0800.56
HSL200º13.57%39.02%-
HSV(B)200º23.89%44.31%-
XYZ11.7713.0717.53-
YUV99.64135.54118.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=28.38%
G=34.32%
B=37.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861041130.240.0800.5620013.5739.02
Hex566871188038c8e27
Octal12615016130100703101647
Binary1010110110100011100011100010000111000110010001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566871; }

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

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

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

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

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

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

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

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