#566F75

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

Shades of Pale Sky #566F75

Tints of Pale Sky #566F75

Color information

#566F75 (or 0x566F75) is unknown color: approx Pale Sky. HEX triplet: 56, 6F and 75. RGB value is (86,111,117). Sum of RGB (Red+Green+Blue) = 86+111+117=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #566F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F75 is #A9908A. Grayscale: #686868. Windows color (decimal): -11112587 or 7696214. OLE color: 7696214.

HSL color Cylindrical-coordinate representation of color #566F75: hue angle of 191.61º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566F75 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86111117-
CMYK0.260.0500.54
HSL191.61º15.27%39.8%-
HSV(B)191.61º26.5%45.88%-
XYZ12.7314.6318.98-
YUV104.21135.22115.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=27.39%
G=35.35%
B=37.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861111170.260.0500.54191.6115.2739.8
Hex566F751A5036c0f28
Octal1261571653250663001750
Binary101011011011111110101110101010110110110000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,111,117); }

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

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

 a { background-color: rgb(86,111,117); }

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

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

 span { border-color: rgb(86,111,117); }

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