Shades of Chambray #515C6B
Tints of Chambray #515C6B
RGB
CMYK
RGB Variations
Color information
#515C6B (or 0x515C6B) is known color: Chambray. HEX triplet: 51, 5C and 6B. RGB value is (81,92,107). Sum of RGB (Red+Green+Blue) = 81+92+107=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #515C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C6B is #AEA394. Grayscale: #5A5A5A. Windows color (decimal): -11445141 or 7035985. OLE color: 7035985.
HSL color Cylindrical-coordinate representation of color #515C6B: hue angle of 214.62º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515C6B is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 92 | 107 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.58 |
| HSL | 214.62º | 0.14% | 0.37% | - |
| HSV(B) | 214.62º | 0.24% | 0.42% | - |
| XYZ | 9.87 | 10.47 | 15.41 | - |
| YUV | 90.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 107 | 0.24 | 0.14 | 0 | 0.58 | 214.62 | 0.14 | 0.37 |
| Hex | 51 | 5C | 6B | 18 | E | 0 | 3A | D7 | E | 25 |
| Octal | 121 | 134 | 153 | 30 | 16 | 0 | 72 | 327 | 16 | 45 |
| Binary | 1010001 | 1011100 | 1101011 | 11000 | 1110 | 0 | 111010 | 11010111 | 1110 | 100101 |
Color Harmonies of #515C6B
Complementary color
Monochromatic Colors of #515C6B
Black with #515C6B
Text Example
Text Example
White with #515C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C6B; }
p { color: rgb(81,92,107); }
H1.HeaderClassName
{
color: #515C6B;
}
.AnyTagClassName
{
color: #515C6B;
}
</style>
background-color css
<style>
a { background-color: #515C6B; }
a { background-color: rgb(81,92,107); }
div.DivClassName
{
background-color: #515C6B;
}
.BgClassName
{
background-color: #515C6B;
}
</style>
border-color css
<style>
span { border-color: #515C6B; }
span { border-color: rgb(81,92,107); }
td.TdClassName
{
border-color: #515C6B;
}
.TagClassName
{
border-color: #515C6B;
}
</style>