Shades of Chambray #555E76
Tints of Chambray #555E76
RGB
CMYK
RGB Variations
Color information
#555E76 (or 0x555E76) is known color: Chambray. HEX triplet: 55, 5E and 76. RGB value is (85,94,118). Sum of RGB (Red+Green+Blue) = 85+94+118=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #555E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E76 is #AAA189. Grayscale: #5D5D5D. Windows color (decimal): -11182474 or 7757397. OLE color: 7757397.
HSL color Cylindrical-coordinate representation of color #555E76: hue angle of 223.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555E76 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 94 | 118 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.54 |
| HSL | 223.64º | 0.16% | 0.4% | - |
| HSV(B) | 223.64º | 0.28% | 0.46% | - |
| XYZ | 11.02 | 11.24 | 18.73 | - |
| YUV | 94.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 118 | 0.28 | 0.20 | 0 | 0.54 | 223.64 | 0.16 | 0.4 |
| Hex | 55 | 5E | 76 | 1C | 14 | 0 | 36 | E0 | 10 | 28 |
| Octal | 125 | 136 | 166 | 34 | 24 | 0 | 66 | 340 | 20 | 50 |
| Binary | 1010101 | 1011110 | 1110110 | 11100 | 10100 | 0 | 110110 | 11100000 | 10000 | 101000 |
Color Harmonies of #555E76
Complementary color
Monochromatic Colors of #555E76
Black with #555E76
Text Example
Text Example
White with #555E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E76; }
p { color: rgb(85,94,118); }
H1.HeaderClassName
{
color: #555E76;
}
.AnyTagClassName
{
color: #555E76;
}
</style>
background-color css
<style>
a { background-color: #555E76; }
a { background-color: rgb(85,94,118); }
div.DivClassName
{
background-color: #555E76;
}
.BgClassName
{
background-color: #555E76;
}
</style>
border-color css
<style>
span { border-color: #555E76; }
span { border-color: rgb(85,94,118); }
td.TdClassName
{
border-color: #555E76;
}
.TagClassName
{
border-color: #555E76;
}
</style>