Shades of Chambray #555F77
Tints of Chambray #555F77
RGB
CMYK
RGB Variations
Color information
#555F77 (or 0x555F77) is known color: Chambray. HEX triplet: 55, 5F and 77. RGB value is (85,95,119). Sum of RGB (Red+Green+Blue) = 85+95+119=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #555F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F77 is #AAA088. Grayscale: #5E5E5E. Windows color (decimal): -11182217 or 7823189. OLE color: 7823189.
HSL color Cylindrical-coordinate representation of color #555F77: hue angle of 222.35º 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 #555F77 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 95 | 119 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.53 |
| HSL | 222.35º | 0.17% | 0.4% | - |
| HSV(B) | 222.35º | 0.29% | 0.47% | - |
| XYZ | 11.17 | 11.45 | 19.07 | - |
| YUV | 94.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 119 | 0.29 | 0.20 | 0 | 0.53 | 222.35 | 0.17 | 0.4 |
| Hex | 55 | 5F | 77 | 1D | 14 | 0 | 35 | DE | 11 | 28 |
| Octal | 125 | 137 | 167 | 35 | 24 | 0 | 65 | 336 | 21 | 50 |
| Binary | 1010101 | 1011111 | 1110111 | 11101 | 10100 | 0 | 110101 | 11011110 | 10001 | 101000 |
Color Harmonies of #555F77
Complementary color
Monochromatic Colors of #555F77
Black with #555F77
Text Example
Text Example
White with #555F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F77; }
p { color: rgb(85,95,119); }
H1.HeaderClassName
{
color: #555F77;
}
.AnyTagClassName
{
color: #555F77;
}
</style>
background-color css
<style>
a { background-color: #555F77; }
a { background-color: rgb(85,95,119); }
div.DivClassName
{
background-color: #555F77;
}
.BgClassName
{
background-color: #555F77;
}
</style>
border-color css
<style>
span { border-color: #555F77; }
span { border-color: rgb(85,95,119); }
td.TdClassName
{
border-color: #555F77;
}
.TagClassName
{
border-color: #555F77;
}
</style>