Shades of Pale Sky #556D71
Tints of Pale Sky #556D71
RGB
CMYK
RGB Variations
Color information
#556D71 (or 0x556D71) is known color: Pale Sky. HEX triplet: 55, 6D and 71. RGB value is (85,109,113). Sum of RGB (Red+Green+Blue) = 85+109+113=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #556D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D71 is #AA928E. Grayscale: #666666. Windows color (decimal): -11178639 or 7433557. OLE color: 7433557.
HSL color Cylindrical-coordinate representation of color #556D71: hue angle of 188.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556D71 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 109 | 113 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.56 |
| HSL | 188.57º | 0.14% | 0.39% | - |
| HSV(B) | 188.57º | 0.25% | 0.44% | - |
| XYZ | 12.2 | 14.06 | 17.69 | - |
| YUV | 102.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 113 | 0.25 | 0.04 | 0 | 0.56 | 188.57 | 0.14 | 0.39 |
| Hex | 55 | 6D | 71 | 19 | 4 | 0 | 38 | BD | E | 27 |
| Octal | 125 | 155 | 161 | 31 | 4 | 0 | 70 | 275 | 16 | 47 |
| Binary | 1010101 | 1101101 | 1110001 | 11001 | 100 | 0 | 111000 | 10111101 | 1110 | 100111 |
Color Harmonies of #556D71
Complementary color
Monochromatic Colors of #556D71
Black with #556D71
Text Example
Text Example
White with #556D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D71; }
p { color: rgb(85,109,113); }
H1.HeaderClassName
{
color: #556D71;
}
.AnyTagClassName
{
color: #556D71;
}
</style>
background-color css
<style>
a { background-color: #556D71; }
a { background-color: rgb(85,109,113); }
div.DivClassName
{
background-color: #556D71;
}
.BgClassName
{
background-color: #556D71;
}
</style>
border-color css
<style>
span { border-color: #556D71; }
span { border-color: rgb(85,109,113); }
td.TdClassName
{
border-color: #556D71;
}
.TagClassName
{
border-color: #556D71;
}
</style>