#56686F

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

Shades of Pale Sky #56686F

Tints of Pale Sky #56686F

Color information

#56686F (or 0x56686F) is unknown color: approx Pale Sky. HEX triplet: 56, 68 and 6F. RGB value is (86,104,111). Sum of RGB (Red+Green+Blue) = 86+104+111=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 111 - color contains mainly: blue. Hex color #56686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56686F is #A99790. Grayscale: #636363. Windows color (decimal): -11114385 or 7301206. OLE color: 7301206.

HSL color Cylindrical-coordinate representation of color #56686F: hue angle of 196.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56686F is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB86104111-
CMYK0.230.0600.56
HSL196.8º12.69%38.63%-
HSV(B)196.8º22.52%43.53%-
XYZ11.6613.0316.94-
YUV99.42134.54118.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=28.57%
G=34.55%
B=36.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861041110.230.0600.56196.812.6938.63
Hex56686F176038c5d27
Octal1261501572760703051547
Binary101011011010001101111101111100111000110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56686F; }

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

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

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

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

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

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

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

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