Shades of Pale Sky #56686F
Tints of Pale Sky #56686F
RGB
CMYK
RGB Variations
Color information
#56686F (or 0x56686F) is known color: 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
| RGB | 86 | 104 | 111 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.56 |
| HSL | 196.8º | 0.13% | 0.39% | - |
| HSV(B) | 196.8º | 0.23% | 0.44% | - |
| XYZ | 11.66 | 13.03 | 16.94 | - |
| YUV | 99.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 111 | 0.23 | 0.06 | 0 | 0.56 | 196.8 | 0.13 | 0.39 |
| Hex | 56 | 68 | 6F | 17 | 6 | 0 | 38 | C5 | D | 27 |
| Octal | 126 | 150 | 157 | 27 | 6 | 0 | 70 | 305 | 15 | 47 |
| Binary | 1010110 | 1101000 | 1101111 | 10111 | 110 | 0 | 111000 | 11000101 | 1101 | 100111 |
Color Harmonies of #56686F
Complementary color
Monochromatic Colors of #56686F
Black with #56686F
Text Example
Text Example
White with #56686F
Text Example
Text Example
HTML Codes & Css Web 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>