Shades of Pale Sky #556B73
Tints of Pale Sky #556B73
RGB
CMYK
RGB Variations
Color information
#556B73 (or 0x556B73) is known color: Pale Sky. HEX triplet: 55, 6B and 73. RGB value is (85,107,115). Sum of RGB (Red+Green+Blue) = 85+107+115=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #556B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B73 is #AA948C. Grayscale: #656565. Windows color (decimal): -11179149 or 7564117. OLE color: 7564117.
HSL color Cylindrical-coordinate representation of color #556B73: hue angle of 196º 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 #556B73 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 107 | 115 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.55 |
| HSL | 196º | 0.15% | 0.39% | - |
| HSV(B) | 196º | 0.26% | 0.45% | - |
| XYZ | 12.1 | 13.68 | 18.22 | - |
| YUV | 101.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 115 | 0.26 | 0.07 | 0 | 0.55 | 196 | 0.15 | 0.39 |
| Hex | 55 | 6B | 73 | 1A | 7 | 0 | 37 | C4 | F | 27 |
| Octal | 125 | 153 | 163 | 32 | 7 | 0 | 67 | 304 | 17 | 47 |
| Binary | 1010101 | 1101011 | 1110011 | 11010 | 111 | 0 | 110111 | 11000100 | 1111 | 100111 |
Color Harmonies of #556B73
Complementary color
Monochromatic Colors of #556B73
Black with #556B73
Text Example
Text Example
White with #556B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B73; }
p { color: rgb(85,107,115); }
H1.HeaderClassName
{
color: #556B73;
}
.AnyTagClassName
{
color: #556B73;
}
</style>
background-color css
<style>
a { background-color: #556B73; }
a { background-color: rgb(85,107,115); }
div.DivClassName
{
background-color: #556B73;
}
.BgClassName
{
background-color: #556B73;
}
</style>
border-color css
<style>
span { border-color: #556B73; }
span { border-color: rgb(85,107,115); }
td.TdClassName
{
border-color: #556B73;
}
.TagClassName
{
border-color: #556B73;
}
</style>