Shades of Chambray #50597E
Tints of Chambray #50597E
RGB
CMYK
RGB Variations
Color information
#50597E (or 0x50597E) is known color: Chambray. HEX triplet: 50, 59 and 7E. RGB value is (80,89,126). Sum of RGB (Red+Green+Blue) = 80+89+126=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #50597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50597E is #AFA681. Grayscale: #5A5A5A. Windows color (decimal): -11511426 or 8280400. OLE color: 8280400.
HSL color Cylindrical-coordinate representation of color #50597E: hue angle of 228.26º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50597E is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 89 | 126 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.51 |
| HSL | 228.26º | 0.22% | 0.4% | - |
| HSV(B) | 228.26º | 0.37% | 0.49% | - |
| XYZ | 10.65 | 10.36 | 21.18 | - |
| YUV | 90.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 126 | 0.37 | 0.29 | 0 | 0.51 | 228.26 | 0.22 | 0.4 |
| Hex | 50 | 59 | 7E | 25 | 1D | 0 | 33 | E4 | 16 | 28 |
| Octal | 120 | 131 | 176 | 45 | 35 | 0 | 63 | 344 | 26 | 50 |
| Binary | 1010000 | 1011001 | 1111110 | 100101 | 11101 | 0 | 110011 | 11100100 | 10110 | 101000 |
Color Harmonies of #50597E
Complementary color
Monochromatic Colors of #50597E
Black with #50597E
Text Example
Text Example
White with #50597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50597E; }
p { color: rgb(80,89,126); }
H1.HeaderClassName
{
color: #50597E;
}
.AnyTagClassName
{
color: #50597E;
}
</style>
background-color css
<style>
a { background-color: #50597E; }
a { background-color: rgb(80,89,126); }
div.DivClassName
{
background-color: #50597E;
}
.BgClassName
{
background-color: #50597E;
}
</style>
border-color css
<style>
span { border-color: #50597E; }
span { border-color: rgb(80,89,126); }
td.TdClassName
{
border-color: #50597E;
}
.TagClassName
{
border-color: #50597E;
}
</style>