Shades of Chambray #515B70
Tints of Chambray #515B70
RGB
CMYK
RGB Variations
Color information
#515B70 (or 0x515B70) is known color: Chambray. HEX triplet: 51, 5B and 70. RGB value is (81,91,112). Sum of RGB (Red+Green+Blue) = 81+91+112=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #515B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B70 is #AEA48F. Grayscale: #5A5A5A. Windows color (decimal): -11445392 or 7363409. OLE color: 7363409.
HSL color Cylindrical-coordinate representation of color #515B70: hue angle of 220.65º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #515B70 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 91 | 112 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.56 |
| HSL | 220.65º | 0.16% | 0.38% | - |
| HSV(B) | 220.65º | 0.28% | 0.44% | - |
| XYZ | 10.06 | 10.4 | 16.81 | - |
| YUV | 90.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 112 | 0.28 | 0.19 | 0 | 0.56 | 220.65 | 0.16 | 0.38 |
| Hex | 51 | 5B | 70 | 1C | 13 | 0 | 38 | DD | 10 | 26 |
| Octal | 121 | 133 | 160 | 34 | 23 | 0 | 70 | 335 | 20 | 46 |
| Binary | 1010001 | 1011011 | 1110000 | 11100 | 10011 | 0 | 111000 | 11011101 | 10000 | 100110 |
Color Harmonies of #515B70
Complementary color
Monochromatic Colors of #515B70
Black with #515B70
Text Example
Text Example
White with #515B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B70; }
p { color: rgb(81,91,112); }
H1.HeaderClassName
{
color: #515B70;
}
.AnyTagClassName
{
color: #515B70;
}
</style>
background-color css
<style>
a { background-color: #515B70; }
a { background-color: rgb(81,91,112); }
div.DivClassName
{
background-color: #515B70;
}
.BgClassName
{
background-color: #515B70;
}
</style>
border-color css
<style>
span { border-color: #515B70; }
span { border-color: rgb(81,91,112); }
td.TdClassName
{
border-color: #515B70;
}
.TagClassName
{
border-color: #515B70;
}
</style>