Shades of Chambray #515E6D
Tints of Chambray #515E6D
RGB
CMYK
RGB Variations
Color information
#515E6D (or 0x515E6D) is known color: Chambray. HEX triplet: 51, 5E and 6D. RGB value is (81,94,109). Sum of RGB (Red+Green+Blue) = 81+94+109=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #515E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E6D is #AEA192. Grayscale: #5B5B5B. Windows color (decimal): -11444627 or 7167569. OLE color: 7167569.
HSL color Cylindrical-coordinate representation of color #515E6D: hue angle of 212.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515E6D is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 94 | 109 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.57 |
| HSL | 212.14º | 0.15% | 0.37% | - |
| HSV(B) | 212.14º | 0.26% | 0.43% | - |
| XYZ | 10.16 | 10.86 | 16.03 | - |
| YUV | 91.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 109 | 0.26 | 0.14 | 0 | 0.57 | 212.14 | 0.15 | 0.37 |
| Hex | 51 | 5E | 6D | 1A | E | 0 | 39 | D4 | F | 25 |
| Octal | 121 | 136 | 155 | 32 | 16 | 0 | 71 | 324 | 17 | 45 |
| Binary | 1010001 | 1011110 | 1101101 | 11010 | 1110 | 0 | 111001 | 11010100 | 1111 | 100101 |
Color Harmonies of #515E6D
Complementary color
Monochromatic Colors of #515E6D
Black with #515E6D
Text Example
Text Example
White with #515E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515E6D; }
p { color: rgb(81,94,109); }
H1.HeaderClassName
{
color: #515E6D;
}
.AnyTagClassName
{
color: #515E6D;
}
</style>
background-color css
<style>
a { background-color: #515E6D; }
a { background-color: rgb(81,94,109); }
div.DivClassName
{
background-color: #515E6D;
}
.BgClassName
{
background-color: #515E6D;
}
</style>
border-color css
<style>
span { border-color: #515E6D; }
span { border-color: rgb(81,94,109); }
td.TdClassName
{
border-color: #515E6D;
}
.TagClassName
{
border-color: #515E6D;
}
</style>