Shades of Pale Sky #56686E
Tints of Pale Sky #56686E
RGB
CMYK
RGB Variations
Color information
#56686E (or 0x56686E) is known color: Pale Sky. HEX triplet: 56, 68 and 6E. RGB value is (86,104,110). Sum of RGB (Red+Green+Blue) = 86+104+110=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #56686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56686E is #A99791. Grayscale: #636363. Windows color (decimal): -11114386 or 7235670. OLE color: 7235670.
HSL color Cylindrical-coordinate representation of color #56686E: hue angle of 195º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56686E is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 104 | 110 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.57 |
| HSL | 195º | 0.12% | 0.38% | - |
| HSV(B) | 195º | 0.22% | 0.43% | - |
| XYZ | 11.6 | 13 | 16.65 | - |
| YUV | 99.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 110 | 0.22 | 0.05 | 0 | 0.57 | 195 | 0.12 | 0.38 |
| Hex | 56 | 68 | 6E | 16 | 5 | 0 | 39 | C3 | C | 26 |
| Octal | 126 | 150 | 156 | 26 | 5 | 0 | 71 | 303 | 14 | 46 |
| Binary | 1010110 | 1101000 | 1101110 | 10110 | 101 | 0 | 111001 | 11000011 | 1100 | 100110 |
Color Harmonies of #56686E
Complementary color
Monochromatic Colors of #56686E
Black with #56686E
Text Example
Text Example
White with #56686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56686E; }
p { color: rgb(86,104,110); }
H1.HeaderClassName
{
color: #56686E;
}
.AnyTagClassName
{
color: #56686E;
}
</style>
background-color css
<style>
a { background-color: #56686E; }
a { background-color: rgb(86,104,110); }
div.DivClassName
{
background-color: #56686E;
}
.BgClassName
{
background-color: #56686E;
}
</style>
border-color css
<style>
span { border-color: #56686E; }
span { border-color: rgb(86,104,110); }
td.TdClassName
{
border-color: #56686E;
}
.TagClassName
{
border-color: #56686E;
}
</style>