Shades of Pale Sky #556E73
Tints of Pale Sky #556E73
RGB
CMYK
RGB Variations
Color information
#556E73 (or 0x556E73) is known color: Pale Sky. HEX triplet: 55, 6E and 73. RGB value is (85,110,115). Sum of RGB (Red+Green+Blue) = 85+110+115=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #556E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E73 is #AA918C. Grayscale: #676767. Windows color (decimal): -11178381 or 7564885. OLE color: 7564885.
HSL color Cylindrical-coordinate representation of color #556E73: hue angle of 190º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #556E73 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 110 | 115 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.55 |
| HSL | 190º | 0.15% | 0.39% | - |
| HSV(B) | 190º | 0.26% | 0.45% | - |
| XYZ | 12.42 | 14.32 | 18.33 | - |
| YUV | 103.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 115 | 0.26 | 0.04 | 0 | 0.55 | 190 | 0.15 | 0.39 |
| Hex | 55 | 6E | 73 | 1A | 4 | 0 | 37 | BE | F | 27 |
| Octal | 125 | 156 | 163 | 32 | 4 | 0 | 67 | 276 | 17 | 47 |
| Binary | 1010101 | 1101110 | 1110011 | 11010 | 100 | 0 | 110111 | 10111110 | 1111 | 100111 |
Color Harmonies of #556E73
Complementary color
Monochromatic Colors of #556E73
Black with #556E73
Text Example
Text Example
White with #556E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E73; }
p { color: rgb(85,110,115); }
H1.HeaderClassName
{
color: #556E73;
}
.AnyTagClassName
{
color: #556E73;
}
</style>
background-color css
<style>
a { background-color: #556E73; }
a { background-color: rgb(85,110,115); }
div.DivClassName
{
background-color: #556E73;
}
.BgClassName
{
background-color: #556E73;
}
</style>
border-color css
<style>
span { border-color: #556E73; }
span { border-color: rgb(85,110,115); }
td.TdClassName
{
border-color: #556E73;
}
.TagClassName
{
border-color: #556E73;
}
</style>