Shades of Chambray #555F76
Tints of Chambray #555F76
RGB
CMYK
RGB Variations
Color information
#555F76 (or 0x555F76) is known color: Chambray. HEX triplet: 55, 5F and 76. RGB value is (85,95,118). Sum of RGB (Red+Green+Blue) = 85+95+118=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #555F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F76 is #AAA089. Grayscale: #5E5E5E. Windows color (decimal): -11182218 or 7757653. OLE color: 7757653.
HSL color Cylindrical-coordinate representation of color #555F76: hue angle of 221.82º 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 #555F76 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 95 | 118 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.54 |
| HSL | 221.82º | 0.16% | 0.4% | - |
| HSV(B) | 221.82º | 0.28% | 0.46% | - |
| XYZ | 11.11 | 11.42 | 18.76 | - |
| YUV | 94.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 118 | 0.28 | 0.19 | 0 | 0.54 | 221.82 | 0.16 | 0.4 |
| Hex | 55 | 5F | 76 | 1C | 13 | 0 | 36 | DE | 10 | 28 |
| Octal | 125 | 137 | 166 | 34 | 23 | 0 | 66 | 336 | 20 | 50 |
| Binary | 1010101 | 1011111 | 1110110 | 11100 | 10011 | 0 | 110110 | 11011110 | 10000 | 101000 |
Color Harmonies of #555F76
Complementary color
Monochromatic Colors of #555F76
Black with #555F76
Text Example
Text Example
White with #555F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F76; }
p { color: rgb(85,95,118); }
H1.HeaderClassName
{
color: #555F76;
}
.AnyTagClassName
{
color: #555F76;
}
</style>
background-color css
<style>
a { background-color: #555F76; }
a { background-color: rgb(85,95,118); }
div.DivClassName
{
background-color: #555F76;
}
.BgClassName
{
background-color: #555F76;
}
</style>
border-color css
<style>
span { border-color: #555F76; }
span { border-color: rgb(85,95,118); }
td.TdClassName
{
border-color: #555F76;
}
.TagClassName
{
border-color: #555F76;
}
</style>