Shades of Chambray #555E73
Tints of Chambray #555E73
RGB
CMYK
RGB Variations
Color information
#555E73 (or 0x555E73) is known color: Chambray. HEX triplet: 55, 5E and 73. RGB value is (85,94,115). Sum of RGB (Red+Green+Blue) = 85+94+115=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #555E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E73 is #AAA18C. Grayscale: #5D5D5D. Windows color (decimal): -11182477 or 7560789. OLE color: 7560789.
HSL color Cylindrical-coordinate representation of color #555E73: hue angle of 222º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555E73 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 94 | 115 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.55 |
| HSL | 222º | 0.15% | 0.39% | - |
| HSV(B) | 222º | 0.26% | 0.45% | - |
| XYZ | 10.84 | 11.17 | 17.81 | - |
| YUV | 93.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 115 | 0.26 | 0.18 | 0 | 0.55 | 222 | 0.15 | 0.39 |
| Hex | 55 | 5E | 73 | 1A | 12 | 0 | 37 | DE | F | 27 |
| Octal | 125 | 136 | 163 | 32 | 22 | 0 | 67 | 336 | 17 | 47 |
| Binary | 1010101 | 1011110 | 1110011 | 11010 | 10010 | 0 | 110111 | 11011110 | 1111 | 100111 |
Color Harmonies of #555E73
Complementary color
Monochromatic Colors of #555E73
Black with #555E73
Text Example
Text Example
White with #555E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E73; }
p { color: rgb(85,94,115); }
H1.HeaderClassName
{
color: #555E73;
}
.AnyTagClassName
{
color: #555E73;
}
</style>
background-color css
<style>
a { background-color: #555E73; }
a { background-color: rgb(85,94,115); }
div.DivClassName
{
background-color: #555E73;
}
.BgClassName
{
background-color: #555E73;
}
</style>
border-color css
<style>
span { border-color: #555E73; }
span { border-color: rgb(85,94,115); }
td.TdClassName
{
border-color: #555E73;
}
.TagClassName
{
border-color: #555E73;
}
</style>