Shades of Chambray #515F76
Tints of Chambray #515F76
RGB
CMYK
RGB Variations
Color information
#515F76 (or 0x515F76) is known color: Chambray. HEX triplet: 51, 5F and 76. RGB value is (81,95,118). Sum of RGB (Red+Green+Blue) = 81+95+118=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #515F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F76 is #AEA089. Grayscale: #5D5D5D. Windows color (decimal): -11444362 or 7757649. OLE color: 7757649.
HSL color Cylindrical-coordinate representation of color #515F76: hue angle of 217.3º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515F76 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 95 | 118 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.54 |
| HSL | 217.3º | 0.19% | 0.39% | - |
| HSV(B) | 217.3º | 0.31% | 0.46% | - |
| XYZ | 10.76 | 11.24 | 18.74 | - |
| YUV | 93.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 118 | 0.31 | 0.19 | 0 | 0.54 | 217.3 | 0.19 | 0.39 |
| Hex | 51 | 5F | 76 | 1F | 13 | 0 | 36 | D9 | 13 | 27 |
| Octal | 121 | 137 | 166 | 37 | 23 | 0 | 66 | 331 | 23 | 47 |
| Binary | 1010001 | 1011111 | 1110110 | 11111 | 10011 | 0 | 110110 | 11011001 | 10011 | 100111 |
Color Harmonies of #515F76
Complementary color
Monochromatic Colors of #515F76
Black with #515F76
Text Example
Text Example
White with #515F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F76; }
p { color: rgb(81,95,118); }
H1.HeaderClassName
{
color: #515F76;
}
.AnyTagClassName
{
color: #515F76;
}
</style>
background-color css
<style>
a { background-color: #515F76; }
a { background-color: rgb(81,95,118); }
div.DivClassName
{
background-color: #515F76;
}
.BgClassName
{
background-color: #515F76;
}
</style>
border-color css
<style>
span { border-color: #515F76; }
span { border-color: rgb(81,95,118); }
td.TdClassName
{
border-color: #515F76;
}
.TagClassName
{
border-color: #515F76;
}
</style>