Shades of Chambray #515A80
Tints of Chambray #515A80
RGB
CMYK
RGB Variations
Color information
#515A80 (or 0x515A80) is known color: Chambray. HEX triplet: 51, 5A and 80. RGB value is (81,90,128). Sum of RGB (Red+Green+Blue) = 81+90+128=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #515A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515A80 is #AEA57F. Grayscale: #5B5B5B. Windows color (decimal): -11445632 or 8411729. OLE color: 8411729.
HSL color Cylindrical-coordinate representation of color #515A80: hue angle of 228.51º 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 #515A80 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 90 | 128 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.50 |
| HSL | 228.51º | 0.22% | 0.41% | - |
| HSV(B) | 228.51º | 0.37% | 0.5% | - |
| XYZ | 10.95 | 10.62 | 21.9 | - |
| YUV | 91.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 128 | 0.37 | 0.30 | 0 | 0.50 | 228.51 | 0.22 | 0.41 |
| Hex | 51 | 5A | 80 | 25 | 1E | 0 | 32 | E5 | 16 | 29 |
| Octal | 121 | 132 | 200 | 45 | 36 | 0 | 62 | 345 | 26 | 51 |
| Binary | 1010001 | 1011010 | 10000000 | 100101 | 11110 | 0 | 110010 | 11100101 | 10110 | 101001 |
Color Harmonies of #515A80
Complementary color
Monochromatic Colors of #515A80
Black with #515A80
Text Example
Text Example
White with #515A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A80; }
p { color: rgb(81,90,128); }
H1.HeaderClassName
{
color: #515A80;
}
.AnyTagClassName
{
color: #515A80;
}
</style>
background-color css
<style>
a { background-color: #515A80; }
a { background-color: rgb(81,90,128); }
div.DivClassName
{
background-color: #515A80;
}
.BgClassName
{
background-color: #515A80;
}
</style>
border-color css
<style>
span { border-color: #515A80; }
span { border-color: rgb(81,90,128); }
td.TdClassName
{
border-color: #515A80;
}
.TagClassName
{
border-color: #515A80;
}
</style>