Shades of Chambray #505E75
Tints of Chambray #505E75
RGB
CMYK
RGB Variations
Color information
#505E75 (or 0x505E75) is known color: Chambray. HEX triplet: 50, 5E and 75. RGB value is (80,94,117). Sum of RGB (Red+Green+Blue) = 80+94+117=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #505E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E75 is #AFA18A. Grayscale: #5C5C5C. Windows color (decimal): -11510155 or 7691856. OLE color: 7691856.
HSL color Cylindrical-coordinate representation of color #505E75: hue angle of 217.3º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505E75 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 94 | 117 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.54 |
| HSL | 217.3º | 0.19% | 0.39% | - |
| HSV(B) | 217.3º | 0.32% | 0.46% | - |
| XYZ | 10.52 | 11 | 18.4 | - |
| YUV | 92.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 117 | 0.32 | 0.20 | 0 | 0.54 | 217.3 | 0.19 | 0.39 |
| Hex | 50 | 5E | 75 | 20 | 14 | 0 | 36 | D9 | 13 | 27 |
| Octal | 120 | 136 | 165 | 40 | 24 | 0 | 66 | 331 | 23 | 47 |
| Binary | 1010000 | 1011110 | 1110101 | 100000 | 10100 | 0 | 110110 | 11011001 | 10011 | 100111 |
Color Harmonies of #505E75
Complementary color
Monochromatic Colors of #505E75
Black with #505E75
Text Example
Text Example
White with #505E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E75; }
p { color: rgb(80,94,117); }
H1.HeaderClassName
{
color: #505E75;
}
.AnyTagClassName
{
color: #505E75;
}
</style>
background-color css
<style>
a { background-color: #505E75; }
a { background-color: rgb(80,94,117); }
div.DivClassName
{
background-color: #505E75;
}
.BgClassName
{
background-color: #505E75;
}
</style>
border-color css
<style>
span { border-color: #505E75; }
span { border-color: rgb(80,94,117); }
td.TdClassName
{
border-color: #505E75;
}
.TagClassName
{
border-color: #505E75;
}
</style>