Shades of Chambray #555C76
Tints of Chambray #555C76
RGB
CMYK
RGB Variations
Color information
#555C76 (or 0x555C76) is known color: Chambray. HEX triplet: 55, 5C and 76. RGB value is (85,92,118). Sum of RGB (Red+Green+Blue) = 85+92+118=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #555C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C76 is #AAA389. Grayscale: #5C5C5C. Windows color (decimal): -11182986 or 7756885. OLE color: 7756885.
HSL color Cylindrical-coordinate representation of color #555C76: hue angle of 227.27º 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 #555C76 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 92 | 118 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.54 |
| HSL | 227.27º | 0.16% | 0.4% | - |
| HSV(B) | 227.27º | 0.28% | 0.46% | - |
| XYZ | 10.84 | 10.89 | 18.67 | - |
| YUV | 92.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 118 | 0.28 | 0.22 | 0 | 0.54 | 227.27 | 0.16 | 0.4 |
| Hex | 55 | 5C | 76 | 1C | 16 | 0 | 36 | E3 | 10 | 28 |
| Octal | 125 | 134 | 166 | 34 | 26 | 0 | 66 | 343 | 20 | 50 |
| Binary | 1010101 | 1011100 | 1110110 | 11100 | 10110 | 0 | 110110 | 11100011 | 10000 | 101000 |
Color Harmonies of #555C76
Complementary color
Monochromatic Colors of #555C76
Black with #555C76
Text Example
Text Example
White with #555C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C76; }
p { color: rgb(85,92,118); }
H1.HeaderClassName
{
color: #555C76;
}
.AnyTagClassName
{
color: #555C76;
}
</style>
background-color css
<style>
a { background-color: #555C76; }
a { background-color: rgb(85,92,118); }
div.DivClassName
{
background-color: #555C76;
}
.BgClassName
{
background-color: #555C76;
}
</style>
border-color css
<style>
span { border-color: #555C76; }
span { border-color: rgb(85,92,118); }
td.TdClassName
{
border-color: #555C76;
}
.TagClassName
{
border-color: #555C76;
}
</style>