Shades of Chambray #555D77
Tints of Chambray #555D77
RGB
CMYK
RGB Variations
Color information
#555D77 (or 0x555D77) is known color: Chambray. HEX triplet: 55, 5D and 77. RGB value is (85,93,119). Sum of RGB (Red+Green+Blue) = 85+93+119=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #555D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D77 is #AAA288. Grayscale: #5D5D5D. Windows color (decimal): -11182729 or 7822677. OLE color: 7822677.
HSL color Cylindrical-coordinate representation of color #555D77: hue angle of 225.88º 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 #555D77 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 93 | 119 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.53 |
| HSL | 225.88º | 0.17% | 0.4% | - |
| HSV(B) | 225.88º | 0.29% | 0.47% | - |
| XYZ | 10.99 | 11.09 | 19.01 | - |
| YUV | 93.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 119 | 0.29 | 0.22 | 0 | 0.53 | 225.88 | 0.17 | 0.4 |
| Hex | 55 | 5D | 77 | 1D | 16 | 0 | 35 | E2 | 11 | 28 |
| Octal | 125 | 135 | 167 | 35 | 26 | 0 | 65 | 342 | 21 | 50 |
| Binary | 1010101 | 1011101 | 1110111 | 11101 | 10110 | 0 | 110101 | 11100010 | 10001 | 101000 |
Color Harmonies of #555D77
Complementary color
Monochromatic Colors of #555D77
Black with #555D77
Text Example
Text Example
White with #555D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D77; }
p { color: rgb(85,93,119); }
H1.HeaderClassName
{
color: #555D77;
}
.AnyTagClassName
{
color: #555D77;
}
</style>
background-color css
<style>
a { background-color: #555D77; }
a { background-color: rgb(85,93,119); }
div.DivClassName
{
background-color: #555D77;
}
.BgClassName
{
background-color: #555D77;
}
</style>
border-color css
<style>
span { border-color: #555D77; }
span { border-color: rgb(85,93,119); }
td.TdClassName
{
border-color: #555D77;
}
.TagClassName
{
border-color: #555D77;
}
</style>