Shades of Chambray #515D6D
Tints of Chambray #515D6D
RGB
CMYK
RGB Variations
Color information
#515D6D (or 0x515D6D) is known color: Chambray. HEX triplet: 51, 5D and 6D. RGB value is (81,93,109). Sum of RGB (Red+Green+Blue) = 81+93+109=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #515D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D6D is #AEA292. Grayscale: #5B5B5B. Windows color (decimal): -11444883 or 7167313. OLE color: 7167313.
HSL color Cylindrical-coordinate representation of color #515D6D: hue angle of 214.29º 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 #515D6D is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 93 | 109 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.57 |
| HSL | 214.29º | 0.15% | 0.37% | - |
| HSV(B) | 214.29º | 0.26% | 0.43% | - |
| XYZ | 10.07 | 10.68 | 16 | - |
| YUV | 91.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 109 | 0.26 | 0.15 | 0 | 0.57 | 214.29 | 0.15 | 0.37 |
| Hex | 51 | 5D | 6D | 1A | F | 0 | 39 | D6 | F | 25 |
| Octal | 121 | 135 | 155 | 32 | 17 | 0 | 71 | 326 | 17 | 45 |
| Binary | 1010001 | 1011101 | 1101101 | 11010 | 1111 | 0 | 111001 | 11010110 | 1111 | 100101 |
Color Harmonies of #515D6D
Complementary color
Monochromatic Colors of #515D6D
Black with #515D6D
Text Example
Text Example
White with #515D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D6D; }
p { color: rgb(81,93,109); }
H1.HeaderClassName
{
color: #515D6D;
}
.AnyTagClassName
{
color: #515D6D;
}
</style>
background-color css
<style>
a { background-color: #515D6D; }
a { background-color: rgb(81,93,109); }
div.DivClassName
{
background-color: #515D6D;
}
.BgClassName
{
background-color: #515D6D;
}
</style>
border-color css
<style>
span { border-color: #515D6D; }
span { border-color: rgb(81,93,109); }
td.TdClassName
{
border-color: #515D6D;
}
.TagClassName
{
border-color: #515D6D;
}
</style>