Shades of Chambray #515B6C
Tints of Chambray #515B6C
RGB
CMYK
RGB Variations
Color information
#515B6C (or 0x515B6C) is known color: Chambray. HEX triplet: 51, 5B and 6C. RGB value is (81,91,108). Sum of RGB (Red+Green+Blue) = 81+91+108=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #515B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B6C is #AEA493. Grayscale: #595959. Windows color (decimal): -11445396 or 7101265. OLE color: 7101265.
HSL color Cylindrical-coordinate representation of color #515B6C: hue angle of 217.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #515B6C is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 91 | 108 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.58 |
| HSL | 217.78º | 0.14% | 0.37% | - |
| HSV(B) | 217.78º | 0.25% | 0.42% | - |
| XYZ | 9.84 | 10.31 | 15.66 | - |
| YUV | 89.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 108 | 0.25 | 0.16 | 0 | 0.58 | 217.78 | 0.14 | 0.37 |
| Hex | 51 | 5B | 6C | 19 | 10 | 0 | 3A | DA | E | 25 |
| Octal | 121 | 133 | 154 | 31 | 20 | 0 | 72 | 332 | 16 | 45 |
| Binary | 1010001 | 1011011 | 1101100 | 11001 | 10000 | 0 | 111010 | 11011010 | 1110 | 100101 |
Color Harmonies of #515B6C
Complementary color
Monochromatic Colors of #515B6C
Black with #515B6C
Text Example
Text Example
White with #515B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B6C; }
p { color: rgb(81,91,108); }
H1.HeaderClassName
{
color: #515B6C;
}
.AnyTagClassName
{
color: #515B6C;
}
</style>
background-color css
<style>
a { background-color: #515B6C; }
a { background-color: rgb(81,91,108); }
div.DivClassName
{
background-color: #515B6C;
}
.BgClassName
{
background-color: #515B6C;
}
</style>
border-color css
<style>
span { border-color: #515B6C; }
span { border-color: rgb(81,91,108); }
td.TdClassName
{
border-color: #515B6C;
}
.TagClassName
{
border-color: #515B6C;
}
</style>