Shades of Chambray #506182
Tints of Chambray #506182
RGB
CMYK
RGB Variations
Color information
#506182 (or 0x506182) is known color: Chambray. HEX triplet: 50, 61 and 82. RGB value is (80,97,130). Sum of RGB (Red+Green+Blue) = 80+97+130=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #506182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506182 is #AF9E7D. Grayscale: #5F5F5F. Windows color (decimal): -11509374 or 8544592. OLE color: 8544592.
HSL color Cylindrical-coordinate representation of color #506182: hue angle of 219.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506182 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 97 | 130 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.49 |
| HSL | 219.6º | 0.24% | 0.41% | - |
| HSV(B) | 219.6º | 0.38% | 0.51% | - |
| XYZ | 11.61 | 11.87 | 22.8 | - |
| YUV | 95.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 130 | 0.38 | 0.25 | 0 | 0.49 | 219.6 | 0.24 | 0.41 |
| Hex | 50 | 61 | 82 | 26 | 19 | 0 | 31 | DC | 18 | 29 |
| Octal | 120 | 141 | 202 | 46 | 31 | 0 | 61 | 334 | 30 | 51 |
| Binary | 1010000 | 1100001 | 10000010 | 100110 | 11001 | 0 | 110001 | 11011100 | 11000 | 101001 |
Color Harmonies of #506182
Complementary color
Monochromatic Colors of #506182
Black with #506182
Text Example
Text Example
White with #506182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506182; }
p { color: rgb(80,97,130); }
H1.HeaderClassName
{
color: #506182;
}
.AnyTagClassName
{
color: #506182;
}
</style>
background-color css
<style>
a { background-color: #506182; }
a { background-color: rgb(80,97,130); }
div.DivClassName
{
background-color: #506182;
}
.BgClassName
{
background-color: #506182;
}
</style>
border-color css
<style>
span { border-color: #506182; }
span { border-color: rgb(80,97,130); }
td.TdClassName
{
border-color: #506182;
}
.TagClassName
{
border-color: #506182;
}
</style>