Shades of Chambray #556078
Tints of Chambray #556078
RGB
CMYK
RGB Variations
Color information
#556078 (or 0x556078) is known color: Chambray. HEX triplet: 55, 60 and 78. RGB value is (85,96,120). Sum of RGB (Red+Green+Blue) = 85+96+120=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #556078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556078 is #AA9F87. Grayscale: #5F5F5F. Windows color (decimal): -11181960 or 7888981. OLE color: 7888981.
HSL color Cylindrical-coordinate representation of color #556078: hue angle of 221.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556078 is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 96 | 120 | - |
| CMYK | 0.29 | 0.2 | 0 | 0.53 |
| HSL | 221.14º | 0.17% | 0.4% | - |
| HSV(B) | 221.14º | 0.29% | 0.47% | - |
| XYZ | 11.32 | 11.65 | 19.42 | - |
| YUV | 95.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 120 | 0.29 | 0.2 | 0 | 0.53 | 221.14 | 0.17 | 0.4 |
| Hex | 55 | 60 | 78 | 1D | 14 | 0 | 35 | DD | 11 | 28 |
| Octal | 125 | 140 | 170 | 35 | 24 | 0 | 65 | 335 | 21 | 50 |
| Binary | 1010101 | 1100000 | 1111000 | 11101 | 10100 | 0 | 110101 | 11011101 | 10001 | 101000 |
Color Harmonies of #556078
Complementary color
Monochromatic Colors of #556078
Black with #556078
Text Example
Text Example
White with #556078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556078; }
p { color: rgb(85,96,120); }
H1.HeaderClassName
{
color: #556078;
}
.AnyTagClassName
{
color: #556078;
}
</style>
background-color css
<style>
a { background-color: #556078; }
a { background-color: rgb(85,96,120); }
div.DivClassName
{
background-color: #556078;
}
.BgClassName
{
background-color: #556078;
}
</style>
border-color css
<style>
span { border-color: #556078; }
span { border-color: rgb(85,96,120); }
td.TdClassName
{
border-color: #556078;
}
.TagClassName
{
border-color: #556078;
}
</style>