Shades of Pale Sky #556B71
Tints of Pale Sky #556B71
RGB
CMYK
RGB Variations
Color information
#556B71 (or 0x556B71) is known color: Pale Sky. HEX triplet: 55, 6B and 71. RGB value is (85,107,113). Sum of RGB (Red+Green+Blue) = 85+107+113=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #556B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B71 is #AA948E. Grayscale: #656565. Windows color (decimal): -11179151 or 7433045. OLE color: 7433045.
HSL color Cylindrical-coordinate representation of color #556B71: hue angle of 192.86º 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 #556B71 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 107 | 113 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.56 |
| HSL | 192.86º | 0.14% | 0.39% | - |
| HSV(B) | 192.86º | 0.25% | 0.44% | - |
| XYZ | 11.98 | 13.64 | 17.62 | - |
| YUV | 101.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 113 | 0.25 | 0.05 | 0 | 0.56 | 192.86 | 0.14 | 0.39 |
| Hex | 55 | 6B | 71 | 19 | 5 | 0 | 38 | C1 | E | 27 |
| Octal | 125 | 153 | 161 | 31 | 5 | 0 | 70 | 301 | 16 | 47 |
| Binary | 1010101 | 1101011 | 1110001 | 11001 | 101 | 0 | 111000 | 11000001 | 1110 | 100111 |
Color Harmonies of #556B71
Complementary color
Monochromatic Colors of #556B71
Black with #556B71
Text Example
Text Example
White with #556B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B71; }
p { color: rgb(85,107,113); }
H1.HeaderClassName
{
color: #556B71;
}
.AnyTagClassName
{
color: #556B71;
}
</style>
background-color css
<style>
a { background-color: #556B71; }
a { background-color: rgb(85,107,113); }
div.DivClassName
{
background-color: #556B71;
}
.BgClassName
{
background-color: #556B71;
}
</style>
border-color css
<style>
span { border-color: #556B71; }
span { border-color: rgb(85,107,113); }
td.TdClassName
{
border-color: #556B71;
}
.TagClassName
{
border-color: #556B71;
}
</style>