Shades of Chambray #515E80
Tints of Chambray #515E80
RGB
CMYK
RGB Variations
Color information
#515E80 (or 0x515E80) is known color: Chambray. HEX triplet: 51, 5E and 80. RGB value is (81,94,128). Sum of RGB (Red+Green+Blue) = 81+94+128=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #515E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515E80 is #AEA17F. Grayscale: #5D5D5D. Windows color (decimal): -11444608 or 8412753. OLE color: 8412753.
HSL color Cylindrical-coordinate representation of color #515E80: hue angle of 223.4º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #515E80 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 94 | 128 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.50 |
| HSL | 223.4º | 0.22% | 0.41% | - |
| HSV(B) | 223.4º | 0.37% | 0.5% | - |
| XYZ | 11.29 | 11.31 | 22.01 | - |
| YUV | 93.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 128 | 0.37 | 0.27 | 0 | 0.50 | 223.4 | 0.22 | 0.41 |
| Hex | 51 | 5E | 80 | 25 | 1B | 0 | 32 | DF | 16 | 29 |
| Octal | 121 | 136 | 200 | 45 | 33 | 0 | 62 | 337 | 26 | 51 |
| Binary | 1010001 | 1011110 | 10000000 | 100101 | 11011 | 0 | 110010 | 11011111 | 10110 | 101001 |
Color Harmonies of #515E80
Complementary color
Monochromatic Colors of #515E80
Black with #515E80
Text Example
Text Example
White with #515E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515E80; }
p { color: rgb(81,94,128); }
H1.HeaderClassName
{
color: #515E80;
}
.AnyTagClassName
{
color: #515E80;
}
</style>
background-color css
<style>
a { background-color: #515E80; }
a { background-color: rgb(81,94,128); }
div.DivClassName
{
background-color: #515E80;
}
.BgClassName
{
background-color: #515E80;
}
</style>
border-color css
<style>
span { border-color: #515E80; }
span { border-color: rgb(81,94,128); }
td.TdClassName
{
border-color: #515E80;
}
.TagClassName
{
border-color: #515E80;
}
</style>