Shades of Chambray #505A75
Tints of Chambray #505A75
RGB
CMYK
RGB Variations
Color information
#505A75 (or 0x505A75) is known color: Chambray. HEX triplet: 50, 5A and 75. RGB value is (80,90,117). Sum of RGB (Red+Green+Blue) = 80+90+117=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #505A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A75 is #AFA58A. Grayscale: #595959. Windows color (decimal): -11511179 or 7690832. OLE color: 7690832.
HSL color Cylindrical-coordinate representation of color #505A75: hue angle of 223.78º 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 #505A75 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 90 | 117 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.54 |
| HSL | 223.78º | 0.19% | 0.39% | - |
| HSV(B) | 223.78º | 0.32% | 0.46% | - |
| XYZ | 10.18 | 10.3 | 18.28 | - |
| YUV | 90.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 117 | 0.32 | 0.23 | 0 | 0.54 | 223.78 | 0.19 | 0.39 |
| Hex | 50 | 5A | 75 | 20 | 17 | 0 | 36 | E0 | 13 | 27 |
| Octal | 120 | 132 | 165 | 40 | 27 | 0 | 66 | 340 | 23 | 47 |
| Binary | 1010000 | 1011010 | 1110101 | 100000 | 10111 | 0 | 110110 | 11100000 | 10011 | 100111 |
Color Harmonies of #505A75
Complementary color
Monochromatic Colors of #505A75
Black with #505A75
Text Example
Text Example
White with #505A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A75; }
p { color: rgb(80,90,117); }
H1.HeaderClassName
{
color: #505A75;
}
.AnyTagClassName
{
color: #505A75;
}
</style>
background-color css
<style>
a { background-color: #505A75; }
a { background-color: rgb(80,90,117); }
div.DivClassName
{
background-color: #505A75;
}
.BgClassName
{
background-color: #505A75;
}
</style>
border-color css
<style>
span { border-color: #505A75; }
span { border-color: rgb(80,90,117); }
td.TdClassName
{
border-color: #505A75;
}
.TagClassName
{
border-color: #505A75;
}
</style>