Shades of Chambray #505E7F
Tints of Chambray #505E7F
RGB
CMYK
RGB Variations
Color information
#505E7F (or 0x505E7F) is known color: Chambray. HEX triplet: 50, 5E and 7F. RGB value is (80,94,127). Sum of RGB (Red+Green+Blue) = 80+94+127=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #505E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E7F is #AFA180. Grayscale: #5D5D5D. Windows color (decimal): -11510145 or 8347216. OLE color: 8347216.
HSL color Cylindrical-coordinate representation of color #505E7F: hue angle of 222.13º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #505E7F is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 94 | 127 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.50 |
| HSL | 222.13º | 0.23% | 0.41% | - |
| HSV(B) | 222.13º | 0.37% | 0.5% | - |
| XYZ | 11.14 | 11.24 | 21.66 | - |
| YUV | 93.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 127 | 0.37 | 0.26 | 0 | 0.50 | 222.13 | 0.23 | 0.41 |
| Hex | 50 | 5E | 7F | 25 | 1A | 0 | 32 | DE | 17 | 29 |
| Octal | 120 | 136 | 177 | 45 | 32 | 0 | 62 | 336 | 27 | 51 |
| Binary | 1010000 | 1011110 | 1111111 | 100101 | 11010 | 0 | 110010 | 11011110 | 10111 | 101001 |
Color Harmonies of #505E7F
Complementary color
Monochromatic Colors of #505E7F
Black with #505E7F
Text Example
Text Example
White with #505E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E7F; }
p { color: rgb(80,94,127); }
H1.HeaderClassName
{
color: #505E7F;
}
.AnyTagClassName
{
color: #505E7F;
}
</style>
background-color css
<style>
a { background-color: #505E7F; }
a { background-color: rgb(80,94,127); }
div.DivClassName
{
background-color: #505E7F;
}
.BgClassName
{
background-color: #505E7F;
}
</style>
border-color css
<style>
span { border-color: #505E7F; }
span { border-color: rgb(80,94,127); }
td.TdClassName
{
border-color: #505E7F;
}
.TagClassName
{
border-color: #505E7F;
}
</style>