Shades of Chambray #556079
Tints of Chambray #556079
RGB
CMYK
RGB Variations
Color information
#556079 (or 0x556079) is known color: Chambray. HEX triplet: 55, 60 and 79. RGB value is (85,96,121). Sum of RGB (Red+Green+Blue) = 85+96+121=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #556079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556079 is #AA9F86. Grayscale: #5F5F5F. Windows color (decimal): -11181959 or 7954517. OLE color: 7954517.
HSL color Cylindrical-coordinate representation of color #556079: hue angle of 221.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556079 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 96 | 121 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.53 |
| HSL | 221.67º | 0.17% | 0.4% | - |
| HSV(B) | 221.67º | 0.3% | 0.47% | - |
| XYZ | 11.38 | 11.68 | 19.74 | - |
| YUV | 95.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 121 | 0.30 | 0.21 | 0 | 0.53 | 221.67 | 0.17 | 0.4 |
| Hex | 55 | 60 | 79 | 1E | 15 | 0 | 35 | DE | 11 | 28 |
| Octal | 125 | 140 | 171 | 36 | 25 | 0 | 65 | 336 | 21 | 50 |
| Binary | 1010101 | 1100000 | 1111001 | 11110 | 10101 | 0 | 110101 | 11011110 | 10001 | 101000 |
Color Harmonies of #556079
Complementary color
Monochromatic Colors of #556079
Black with #556079
Text Example
Text Example
White with #556079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556079; }
p { color: rgb(85,96,121); }
H1.HeaderClassName
{
color: #556079;
}
.AnyTagClassName
{
color: #556079;
}
</style>
background-color css
<style>
a { background-color: #556079; }
a { background-color: rgb(85,96,121); }
div.DivClassName
{
background-color: #556079;
}
.BgClassName
{
background-color: #556079;
}
</style>
border-color css
<style>
span { border-color: #556079; }
span { border-color: rgb(85,96,121); }
td.TdClassName
{
border-color: #556079;
}
.TagClassName
{
border-color: #556079;
}
</style>