Shades of Chambray #515E82
Tints of Chambray #515E82
RGB
CMYK
RGB Variations
Color information
#515E82 (or 0x515E82) is known color: Chambray. HEX triplet: 51, 5E and 82. RGB value is (81,94,130). Sum of RGB (Red+Green+Blue) = 81+94+130=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #515E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515E82 is #AEA17D. Grayscale: #5E5E5E. Windows color (decimal): -11444606 or 8543825. OLE color: 8543825.
HSL color Cylindrical-coordinate representation of color #515E82: hue angle of 224.08º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #515E82 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 94 | 130 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.49 |
| HSL | 224.08º | 0.23% | 0.41% | - |
| HSV(B) | 224.08º | 0.38% | 0.51% | - |
| XYZ | 11.43 | 11.37 | 22.71 | - |
| YUV | 94.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 130 | 0.38 | 0.28 | 0 | 0.49 | 224.08 | 0.23 | 0.41 |
| Hex | 51 | 5E | 82 | 26 | 1C | 0 | 31 | E0 | 17 | 29 |
| Octal | 121 | 136 | 202 | 46 | 34 | 0 | 61 | 340 | 27 | 51 |
| Binary | 1010001 | 1011110 | 10000010 | 100110 | 11100 | 0 | 110001 | 11100000 | 10111 | 101001 |
Color Harmonies of #515E82
Complementary color
Monochromatic Colors of #515E82
Black with #515E82
Text Example
Text Example
White with #515E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515E82; }
p { color: rgb(81,94,130); }
H1.HeaderClassName
{
color: #515E82;
}
.AnyTagClassName
{
color: #515E82;
}
</style>
background-color css
<style>
a { background-color: #515E82; }
a { background-color: rgb(81,94,130); }
div.DivClassName
{
background-color: #515E82;
}
.BgClassName
{
background-color: #515E82;
}
</style>
border-color css
<style>
span { border-color: #515E82; }
span { border-color: rgb(81,94,130); }
td.TdClassName
{
border-color: #515E82;
}
.TagClassName
{
border-color: #515E82;
}
</style>