Shades of Chambray #555E77
Tints of Chambray #555E77
RGB
CMYK
RGB Variations
Color information
#555E77 (or 0x555E77) is known color: Chambray. HEX triplet: 55, 5E and 77. RGB value is (85,94,119). Sum of RGB (Red+Green+Blue) = 85+94+119=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #555E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E77 is #AAA188. Grayscale: #5E5E5E. Windows color (decimal): -11182473 or 7822933. OLE color: 7822933.
HSL color Cylindrical-coordinate representation of color #555E77: hue angle of 224.12º 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 #555E77 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 94 | 119 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.53 |
| HSL | 224.12º | 0.17% | 0.4% | - |
| HSV(B) | 224.12º | 0.29% | 0.47% | - |
| XYZ | 11.08 | 11.27 | 19.04 | - |
| YUV | 94.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 119 | 0.29 | 0.21 | 0 | 0.53 | 224.12 | 0.17 | 0.4 |
| Hex | 55 | 5E | 77 | 1D | 15 | 0 | 35 | E0 | 11 | 28 |
| Octal | 125 | 136 | 167 | 35 | 25 | 0 | 65 | 340 | 21 | 50 |
| Binary | 1010101 | 1011110 | 1110111 | 11101 | 10101 | 0 | 110101 | 11100000 | 10001 | 101000 |
Color Harmonies of #555E77
Complementary color
Monochromatic Colors of #555E77
Black with #555E77
Text Example
Text Example
White with #555E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E77; }
p { color: rgb(85,94,119); }
H1.HeaderClassName
{
color: #555E77;
}
.AnyTagClassName
{
color: #555E77;
}
</style>
background-color css
<style>
a { background-color: #555E77; }
a { background-color: rgb(85,94,119); }
div.DivClassName
{
background-color: #555E77;
}
.BgClassName
{
background-color: #555E77;
}
</style>
border-color css
<style>
span { border-color: #555E77; }
span { border-color: rgb(85,94,119); }
td.TdClassName
{
border-color: #555E77;
}
.TagClassName
{
border-color: #555E77;
}
</style>