Shades of Chambray #506379
Tints of Chambray #506379
RGB
CMYK
RGB Variations
Color information
#506379 (or 0x506379) is known color: Chambray. HEX triplet: 50, 63 and 79. RGB value is (80,99,121). Sum of RGB (Red+Green+Blue) = 80+99+121=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #506379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506379 is #AF9C86. Grayscale: #5F5F5F. Windows color (decimal): -11508871 or 7955280. OLE color: 7955280.
HSL color Cylindrical-coordinate representation of color #506379: hue angle of 212.2º 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 #506379 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 99 | 121 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.53 |
| HSL | 212.2º | 0.2% | 0.39% | - |
| HSV(B) | 212.2º | 0.34% | 0.47% | - |
| XYZ | 11.22 | 12.01 | 19.82 | - |
| YUV | 95.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 121 | 0.34 | 0.18 | 0 | 0.53 | 212.2 | 0.2 | 0.39 |
| Hex | 50 | 63 | 79 | 22 | 12 | 0 | 35 | D4 | 14 | 27 |
| Octal | 120 | 143 | 171 | 42 | 22 | 0 | 65 | 324 | 24 | 47 |
| Binary | 1010000 | 1100011 | 1111001 | 100010 | 10010 | 0 | 110101 | 11010100 | 10100 | 100111 |
Color Harmonies of #506379
Complementary color
Monochromatic Colors of #506379
Black with #506379
Text Example
Text Example
White with #506379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506379; }
p { color: rgb(80,99,121); }
H1.HeaderClassName
{
color: #506379;
}
.AnyTagClassName
{
color: #506379;
}
</style>
background-color css
<style>
a { background-color: #506379; }
a { background-color: rgb(80,99,121); }
div.DivClassName
{
background-color: #506379;
}
.BgClassName
{
background-color: #506379;
}
</style>
border-color css
<style>
span { border-color: #506379; }
span { border-color: rgb(80,99,121); }
td.TdClassName
{
border-color: #506379;
}
.TagClassName
{
border-color: #506379;
}
</style>