Shades of Chambray #515D6F
Tints of Chambray #515D6F
RGB
CMYK
RGB Variations
Color information
#515D6F (or 0x515D6F) is known color: Chambray. HEX triplet: 51, 5D and 6F. RGB value is (81,93,111). Sum of RGB (Red+Green+Blue) = 81+93+111=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #515D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D6F is #AEA290. Grayscale: #5B5B5B. Windows color (decimal): -11444881 or 7298385. OLE color: 7298385.
HSL color Cylindrical-coordinate representation of color #515D6F: hue angle of 216º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #515D6F is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 93 | 111 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.56 |
| HSL | 216º | 0.16% | 0.38% | - |
| HSV(B) | 216º | 0.27% | 0.44% | - |
| XYZ | 10.18 | 10.73 | 16.57 | - |
| YUV | 91.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 111 | 0.27 | 0.16 | 0 | 0.56 | 216 | 0.16 | 0.38 |
| Hex | 51 | 5D | 6F | 1B | 10 | 0 | 38 | D8 | 10 | 26 |
| Octal | 121 | 135 | 157 | 33 | 20 | 0 | 70 | 330 | 20 | 46 |
| Binary | 1010001 | 1011101 | 1101111 | 11011 | 10000 | 0 | 111000 | 11011000 | 10000 | 100110 |
Color Harmonies of #515D6F
Complementary color
Monochromatic Colors of #515D6F
Black with #515D6F
Text Example
Text Example
White with #515D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D6F; }
p { color: rgb(81,93,111); }
H1.HeaderClassName
{
color: #515D6F;
}
.AnyTagClassName
{
color: #515D6F;
}
</style>
background-color css
<style>
a { background-color: #515D6F; }
a { background-color: rgb(81,93,111); }
div.DivClassName
{
background-color: #515D6F;
}
.BgClassName
{
background-color: #515D6F;
}
</style>
border-color css
<style>
span { border-color: #515D6F; }
span { border-color: rgb(81,93,111); }
td.TdClassName
{
border-color: #515D6F;
}
.TagClassName
{
border-color: #515D6F;
}
</style>