Shades of Chambray #516183
Tints of Chambray #516183
RGB
CMYK
RGB Variations
Color information
#516183 (or 0x516183) is known color: Chambray. HEX triplet: 51, 61 and 83. RGB value is (81,97,131). Sum of RGB (Red+Green+Blue) = 81+97+131=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #516183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516183 is #AE9E7C. Grayscale: #5F5F5F. Windows color (decimal): -11443837 or 8610129. OLE color: 8610129.
HSL color Cylindrical-coordinate representation of color #516183: hue angle of 220.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516183 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 97 | 131 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.49 |
| HSL | 220.8º | 0.24% | 0.42% | - |
| HSV(B) | 220.8º | 0.38% | 0.51% | - |
| XYZ | 11.76 | 11.94 | 23.16 | - |
| YUV | 96.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 97 | 131 | 0.38 | 0.26 | 0 | 0.49 | 220.8 | 0.24 | 0.42 |
| Hex | 51 | 61 | 83 | 26 | 1A | 0 | 31 | DD | 18 | 2A |
| Octal | 121 | 141 | 203 | 46 | 32 | 0 | 61 | 335 | 30 | 52 |
| Binary | 1010001 | 1100001 | 10000011 | 100110 | 11010 | 0 | 110001 | 11011101 | 11000 | 101010 |
Color Harmonies of #516183
Complementary color
Monochromatic Colors of #516183
Black with #516183
Text Example
Text Example
White with #516183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516183; }
p { color: rgb(81,97,131); }
H1.HeaderClassName
{
color: #516183;
}
.AnyTagClassName
{
color: #516183;
}
</style>
background-color css
<style>
a { background-color: #516183; }
a { background-color: rgb(81,97,131); }
div.DivClassName
{
background-color: #516183;
}
.BgClassName
{
background-color: #516183;
}
</style>
border-color css
<style>
span { border-color: #516183; }
span { border-color: rgb(81,97,131); }
td.TdClassName
{
border-color: #516183;
}
.TagClassName
{
border-color: #516183;
}
</style>