Shades of Chambray #515A73
Tints of Chambray #515A73
RGB
CMYK
RGB Variations
Color information
#515A73 (or 0x515A73) is known color: Chambray. HEX triplet: 51, 5A and 73. RGB value is (81,90,115). Sum of RGB (Red+Green+Blue) = 81+90+115=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #515A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A73 is #AEA58C. Grayscale: #5A5A5A. Windows color (decimal): -11445645 or 7559761. OLE color: 7559761.
HSL color Cylindrical-coordinate representation of color #515A73: hue angle of 224.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515A73 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 90 | 115 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.55 |
| HSL | 224.12º | 0.17% | 0.38% | - |
| HSV(B) | 224.12º | 0.3% | 0.45% | - |
| XYZ | 10.14 | 10.3 | 17.67 | - |
| YUV | 90.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 115 | 0.30 | 0.22 | 0 | 0.55 | 224.12 | 0.17 | 0.38 |
| Hex | 51 | 5A | 73 | 1E | 16 | 0 | 37 | E0 | 11 | 26 |
| Octal | 121 | 132 | 163 | 36 | 26 | 0 | 67 | 340 | 21 | 46 |
| Binary | 1010001 | 1011010 | 1110011 | 11110 | 10110 | 0 | 110111 | 11100000 | 10001 | 100110 |
Color Harmonies of #515A73
Complementary color
Monochromatic Colors of #515A73
Black with #515A73
Text Example
Text Example
White with #515A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A73; }
p { color: rgb(81,90,115); }
H1.HeaderClassName
{
color: #515A73;
}
.AnyTagClassName
{
color: #515A73;
}
</style>
background-color css
<style>
a { background-color: #515A73; }
a { background-color: rgb(81,90,115); }
div.DivClassName
{
background-color: #515A73;
}
.BgClassName
{
background-color: #515A73;
}
</style>
border-color css
<style>
span { border-color: #515A73; }
span { border-color: rgb(81,90,115); }
td.TdClassName
{
border-color: #515A73;
}
.TagClassName
{
border-color: #515A73;
}
</style>