Shades of Chambray #505979
Tints of Chambray #505979
RGB
CMYK
RGB Variations
Color information
#505979 (or 0x505979) is known color: Chambray. HEX triplet: 50, 59 and 79. RGB value is (80,89,121). Sum of RGB (Red+Green+Blue) = 80+89+121=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #505979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505979 is #AFA686. Grayscale: #595959. Windows color (decimal): -11511431 or 7952720. OLE color: 7952720.
HSL color Cylindrical-coordinate representation of color #505979: hue angle of 226.83º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #505979 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 89 | 121 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.53 |
| HSL | 226.83º | 0.2% | 0.39% | - |
| HSV(B) | 226.83º | 0.34% | 0.47% | - |
| XYZ | 10.33 | 10.23 | 19.52 | - |
| YUV | 89.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 121 | 0.34 | 0.26 | 0 | 0.53 | 226.83 | 0.2 | 0.39 |
| Hex | 50 | 59 | 79 | 22 | 1A | 0 | 35 | E3 | 14 | 27 |
| Octal | 120 | 131 | 171 | 42 | 32 | 0 | 65 | 343 | 24 | 47 |
| Binary | 1010000 | 1011001 | 1111001 | 100010 | 11010 | 0 | 110101 | 11100011 | 10100 | 100111 |
Color Harmonies of #505979
Complementary color
Monochromatic Colors of #505979
Black with #505979
Text Example
Text Example
White with #505979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505979; }
p { color: rgb(80,89,121); }
H1.HeaderClassName
{
color: #505979;
}
.AnyTagClassName
{
color: #505979;
}
</style>
background-color css
<style>
a { background-color: #505979; }
a { background-color: rgb(80,89,121); }
div.DivClassName
{
background-color: #505979;
}
.BgClassName
{
background-color: #505979;
}
</style>
border-color css
<style>
span { border-color: #505979; }
span { border-color: rgb(80,89,121); }
td.TdClassName
{
border-color: #505979;
}
.TagClassName
{
border-color: #505979;
}
</style>