Shades of Chambray #505E7C
Tints of Chambray #505E7C
RGB
CMYK
RGB Variations
Color information
#505E7C (or 0x505E7C) is known color: Chambray. HEX triplet: 50, 5E and 7C. RGB value is (80,94,124). Sum of RGB (Red+Green+Blue) = 80+94+124=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #505E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E7C is #AFA183. Grayscale: #5D5D5D. Windows color (decimal): -11510148 or 8150608. OLE color: 8150608.
HSL color Cylindrical-coordinate representation of color #505E7C: hue angle of 220.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #505E7C is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 94 | 124 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.51 |
| HSL | 220.91º | 0.22% | 0.4% | - |
| HSV(B) | 220.91º | 0.35% | 0.49% | - |
| XYZ | 10.95 | 11.17 | 20.65 | - |
| YUV | 93.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 124 | 0.35 | 0.24 | 0 | 0.51 | 220.91 | 0.22 | 0.4 |
| Hex | 50 | 5E | 7C | 23 | 18 | 0 | 33 | DD | 16 | 28 |
| Octal | 120 | 136 | 174 | 43 | 30 | 0 | 63 | 335 | 26 | 50 |
| Binary | 1010000 | 1011110 | 1111100 | 100011 | 11000 | 0 | 110011 | 11011101 | 10110 | 101000 |
Color Harmonies of #505E7C
Complementary color
Monochromatic Colors of #505E7C
Black with #505E7C
Text Example
Text Example
White with #505E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E7C; }
p { color: rgb(80,94,124); }
H1.HeaderClassName
{
color: #505E7C;
}
.AnyTagClassName
{
color: #505E7C;
}
</style>
background-color css
<style>
a { background-color: #505E7C; }
a { background-color: rgb(80,94,124); }
div.DivClassName
{
background-color: #505E7C;
}
.BgClassName
{
background-color: #505E7C;
}
</style>
border-color css
<style>
span { border-color: #505E7C; }
span { border-color: rgb(80,94,124); }
td.TdClassName
{
border-color: #505E7C;
}
.TagClassName
{
border-color: #505E7C;
}
</style>