Shades of Chambray #556379
Tints of Chambray #556379
RGB
CMYK
RGB Variations
Color information
#556379 (or 0x556379) is known color: Chambray. HEX triplet: 55, 63 and 79. RGB value is (85,99,121). Sum of RGB (Red+Green+Blue) = 85+99+121=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #556379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556379 is #AA9C86. Grayscale: #616161. Windows color (decimal): -11181191 or 7955285. OLE color: 7955285.
HSL color Cylindrical-coordinate representation of color #556379: hue angle of 216.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 #556379 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 99 | 121 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.53 |
| HSL | 216.67º | 0.17% | 0.4% | - |
| HSV(B) | 216.67º | 0.3% | 0.47% | - |
| XYZ | 11.66 | 12.24 | 19.84 | - |
| YUV | 97.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 121 | 0.30 | 0.18 | 0 | 0.53 | 216.67 | 0.17 | 0.4 |
| Hex | 55 | 63 | 79 | 1E | 12 | 0 | 35 | D9 | 11 | 28 |
| Octal | 125 | 143 | 171 | 36 | 22 | 0 | 65 | 331 | 21 | 50 |
| Binary | 1010101 | 1100011 | 1111001 | 11110 | 10010 | 0 | 110101 | 11011001 | 10001 | 101000 |
Color Harmonies of #556379
Complementary color
Monochromatic Colors of #556379
Black with #556379
Text Example
Text Example
White with #556379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556379; }
p { color: rgb(85,99,121); }
H1.HeaderClassName
{
color: #556379;
}
.AnyTagClassName
{
color: #556379;
}
</style>
background-color css
<style>
a { background-color: #556379; }
a { background-color: rgb(85,99,121); }
div.DivClassName
{
background-color: #556379;
}
.BgClassName
{
background-color: #556379;
}
</style>
border-color css
<style>
span { border-color: #556379; }
span { border-color: rgb(85,99,121); }
td.TdClassName
{
border-color: #556379;
}
.TagClassName
{
border-color: #556379;
}
</style>