Shades of Chambray #516174
Tints of Chambray #516174
RGB
CMYK
RGB Variations
Color information
#516174 (or 0x516174) is known color: Chambray. HEX triplet: 51, 61 and 74. RGB value is (81,97,116). Sum of RGB (Red+Green+Blue) = 81+97+116=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #516174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516174 is #AE9E8B. Grayscale: #5E5E5E. Windows color (decimal): -11443852 or 7627089. OLE color: 7627089.
HSL color Cylindrical-coordinate representation of color #516174: hue angle of 212.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516174 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 97 | 116 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.55 |
| HSL | 212.57º | 0.18% | 0.39% | - |
| HSV(B) | 212.57º | 0.3% | 0.45% | - |
| XYZ | 10.82 | 11.56 | 18.18 | - |
| YUV | 94.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 97 | 116 | 0.30 | 0.16 | 0 | 0.55 | 212.57 | 0.18 | 0.39 |
| Hex | 51 | 61 | 74 | 1E | 10 | 0 | 37 | D5 | 12 | 27 |
| Octal | 121 | 141 | 164 | 36 | 20 | 0 | 67 | 325 | 22 | 47 |
| Binary | 1010001 | 1100001 | 1110100 | 11110 | 10000 | 0 | 110111 | 11010101 | 10010 | 100111 |
Color Harmonies of #516174
Complementary color
Monochromatic Colors of #516174
Black with #516174
Text Example
Text Example
White with #516174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516174; }
p { color: rgb(81,97,116); }
H1.HeaderClassName
{
color: #516174;
}
.AnyTagClassName
{
color: #516174;
}
</style>
background-color css
<style>
a { background-color: #516174; }
a { background-color: rgb(81,97,116); }
div.DivClassName
{
background-color: #516174;
}
.BgClassName
{
background-color: #516174;
}
</style>
border-color css
<style>
span { border-color: #516174; }
span { border-color: rgb(81,97,116); }
td.TdClassName
{
border-color: #516174;
}
.TagClassName
{
border-color: #516174;
}
</style>