Shades of Chambray #515B71
Tints of Chambray #515B71
RGB
CMYK
RGB Variations
Color information
#515B71 (or 0x515B71) is known color: Chambray. HEX triplet: 51, 5B and 71. RGB value is (81,91,113). Sum of RGB (Red+Green+Blue) = 81+91+113=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #515B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B71 is #AEA48E. Grayscale: #5A5A5A. Windows color (decimal): -11445391 or 7428945. OLE color: 7428945.
HSL color Cylindrical-coordinate representation of color #515B71: hue angle of 221.25º 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 #515B71 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 91 | 113 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.56 |
| HSL | 221.25º | 0.16% | 0.38% | - |
| HSV(B) | 221.25º | 0.28% | 0.44% | - |
| XYZ | 10.12 | 10.42 | 17.1 | - |
| YUV | 90.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 113 | 0.28 | 0.19 | 0 | 0.56 | 221.25 | 0.16 | 0.38 |
| Hex | 51 | 5B | 71 | 1C | 13 | 0 | 38 | DD | 10 | 26 |
| Octal | 121 | 133 | 161 | 34 | 23 | 0 | 70 | 335 | 20 | 46 |
| Binary | 1010001 | 1011011 | 1110001 | 11100 | 10011 | 0 | 111000 | 11011101 | 10000 | 100110 |
Color Harmonies of #515B71
Complementary color
Monochromatic Colors of #515B71
Black with #515B71
Text Example
Text Example
White with #515B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B71; }
p { color: rgb(81,91,113); }
H1.HeaderClassName
{
color: #515B71;
}
.AnyTagClassName
{
color: #515B71;
}
</style>
background-color css
<style>
a { background-color: #515B71; }
a { background-color: rgb(81,91,113); }
div.DivClassName
{
background-color: #515B71;
}
.BgClassName
{
background-color: #515B71;
}
</style>
border-color css
<style>
span { border-color: #515B71; }
span { border-color: rgb(81,91,113); }
td.TdClassName
{
border-color: #515B71;
}
.TagClassName
{
border-color: #515B71;
}
</style>