Shades of Chambray #556075
Tints of Chambray #556075
RGB
CMYK
RGB Variations
Color information
#556075 (or 0x556075) is known color: Chambray. HEX triplet: 55, 60 and 75. RGB value is (85,96,117). Sum of RGB (Red+Green+Blue) = 85+96+117=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #556075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556075 is #AA9F8A. Grayscale: #5F5F5F. Windows color (decimal): -11181963 or 7692373. OLE color: 7692373.
HSL color Cylindrical-coordinate representation of color #556075: hue angle of 219.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556075 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 96 | 117 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.54 |
| HSL | 219.38º | 0.16% | 0.4% | - |
| HSV(B) | 219.38º | 0.27% | 0.46% | - |
| XYZ | 11.14 | 11.58 | 18.48 | - |
| YUV | 95.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 117 | 0.27 | 0.18 | 0 | 0.54 | 219.38 | 0.16 | 0.4 |
| Hex | 55 | 60 | 75 | 1B | 12 | 0 | 36 | DB | 10 | 28 |
| Octal | 125 | 140 | 165 | 33 | 22 | 0 | 66 | 333 | 20 | 50 |
| Binary | 1010101 | 1100000 | 1110101 | 11011 | 10010 | 0 | 110110 | 11011011 | 10000 | 101000 |
Color Harmonies of #556075
Complementary color
Monochromatic Colors of #556075
Black with #556075
Text Example
Text Example
White with #556075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556075; }
p { color: rgb(85,96,117); }
H1.HeaderClassName
{
color: #556075;
}
.AnyTagClassName
{
color: #556075;
}
</style>
background-color css
<style>
a { background-color: #556075; }
a { background-color: rgb(85,96,117); }
div.DivClassName
{
background-color: #556075;
}
.BgClassName
{
background-color: #556075;
}
</style>
border-color css
<style>
span { border-color: #556075; }
span { border-color: rgb(85,96,117); }
td.TdClassName
{
border-color: #556075;
}
.TagClassName
{
border-color: #556075;
}
</style>