Shades of Chambray #515D76
Tints of Chambray #515D76
RGB
CMYK
RGB Variations
Color information
#515D76 (or 0x515D76) is known color: Chambray. HEX triplet: 51, 5D and 76. RGB value is (81,93,118). Sum of RGB (Red+Green+Blue) = 81+93+118=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #515D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D76 is #AEA289. Grayscale: #5C5C5C. Windows color (decimal): -11444874 or 7757137. OLE color: 7757137.
HSL color Cylindrical-coordinate representation of color #515D76: hue angle of 220.54º 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 #515D76 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 93 | 118 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.54 |
| HSL | 220.54º | 0.19% | 0.39% | - |
| HSV(B) | 220.54º | 0.31% | 0.46% | - |
| XYZ | 10.58 | 10.89 | 18.68 | - |
| YUV | 92.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 118 | 0.31 | 0.21 | 0 | 0.54 | 220.54 | 0.19 | 0.39 |
| Hex | 51 | 5D | 76 | 1F | 15 | 0 | 36 | DD | 13 | 27 |
| Octal | 121 | 135 | 166 | 37 | 25 | 0 | 66 | 335 | 23 | 47 |
| Binary | 1010001 | 1011101 | 1110110 | 11111 | 10101 | 0 | 110110 | 11011101 | 10011 | 100111 |
Color Harmonies of #515D76
Complementary color
Monochromatic Colors of #515D76
Black with #515D76
Text Example
Text Example
White with #515D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D76; }
p { color: rgb(81,93,118); }
H1.HeaderClassName
{
color: #515D76;
}
.AnyTagClassName
{
color: #515D76;
}
</style>
background-color css
<style>
a { background-color: #515D76; }
a { background-color: rgb(81,93,118); }
div.DivClassName
{
background-color: #515D76;
}
.BgClassName
{
background-color: #515D76;
}
</style>
border-color css
<style>
span { border-color: #515D76; }
span { border-color: rgb(81,93,118); }
td.TdClassName
{
border-color: #515D76;
}
.TagClassName
{
border-color: #515D76;
}
</style>