Shades of Chambray #515B76
Tints of Chambray #515B76
RGB
CMYK
RGB Variations
Color information
#515B76 (or 0x515B76) is known color: Chambray. HEX triplet: 51, 5B and 76. RGB value is (81,91,118). Sum of RGB (Red+Green+Blue) = 81+91+118=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #515B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B76 is #AEA489. Grayscale: #5A5A5A. Windows color (decimal): -11445386 or 7756625. OLE color: 7756625.
HSL color Cylindrical-coordinate representation of color #515B76: hue angle of 223.78º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515B76 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 91 | 118 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.54 |
| HSL | 223.78º | 0.19% | 0.39% | - |
| HSV(B) | 223.78º | 0.31% | 0.46% | - |
| XYZ | 10.4 | 10.54 | 18.63 | - |
| YUV | 91.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 118 | 0.31 | 0.23 | 0 | 0.54 | 223.78 | 0.19 | 0.39 |
| Hex | 51 | 5B | 76 | 1F | 17 | 0 | 36 | E0 | 13 | 27 |
| Octal | 121 | 133 | 166 | 37 | 27 | 0 | 66 | 340 | 23 | 47 |
| Binary | 1010001 | 1011011 | 1110110 | 11111 | 10111 | 0 | 110110 | 11100000 | 10011 | 100111 |
Color Harmonies of #515B76
Complementary color
Monochromatic Colors of #515B76
Black with #515B76
Text Example
Text Example
White with #515B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B76; }
p { color: rgb(81,91,118); }
H1.HeaderClassName
{
color: #515B76;
}
.AnyTagClassName
{
color: #515B76;
}
</style>
background-color css
<style>
a { background-color: #515B76; }
a { background-color: rgb(81,91,118); }
div.DivClassName
{
background-color: #515B76;
}
.BgClassName
{
background-color: #515B76;
}
</style>
border-color css
<style>
span { border-color: #515B76; }
span { border-color: rgb(81,91,118); }
td.TdClassName
{
border-color: #515B76;
}
.TagClassName
{
border-color: #515B76;
}
</style>