Shades of Chambray #505C75
Tints of Chambray #505C75
RGB
CMYK
RGB Variations
Color information
#505C75 (or 0x505C75) is known color: Chambray. HEX triplet: 50, 5C and 75. RGB value is (80,92,117). Sum of RGB (Red+Green+Blue) = 80+92+117=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #505C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C75 is #AFA38A. Grayscale: #5B5B5B. Windows color (decimal): -11510667 or 7691344. OLE color: 7691344.
HSL color Cylindrical-coordinate representation of color #505C75: hue angle of 220.54º 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 #505C75 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 92 | 117 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.54 |
| HSL | 220.54º | 0.19% | 0.39% | - |
| HSV(B) | 220.54º | 0.32% | 0.46% | - |
| XYZ | 10.35 | 10.64 | 18.34 | - |
| YUV | 91.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 117 | 0.32 | 0.21 | 0 | 0.54 | 220.54 | 0.19 | 0.39 |
| Hex | 50 | 5C | 75 | 20 | 15 | 0 | 36 | DD | 13 | 27 |
| Octal | 120 | 134 | 165 | 40 | 25 | 0 | 66 | 335 | 23 | 47 |
| Binary | 1010000 | 1011100 | 1110101 | 100000 | 10101 | 0 | 110110 | 11011101 | 10011 | 100111 |
Color Harmonies of #505C75
Complementary color
Monochromatic Colors of #505C75
Black with #505C75
Text Example
Text Example
White with #505C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C75; }
p { color: rgb(80,92,117); }
H1.HeaderClassName
{
color: #505C75;
}
.AnyTagClassName
{
color: #505C75;
}
</style>
background-color css
<style>
a { background-color: #505C75; }
a { background-color: rgb(80,92,117); }
div.DivClassName
{
background-color: #505C75;
}
.BgClassName
{
background-color: #505C75;
}
</style>
border-color css
<style>
span { border-color: #505C75; }
span { border-color: rgb(80,92,117); }
td.TdClassName
{
border-color: #505C75;
}
.TagClassName
{
border-color: #505C75;
}
</style>