Shades of Chambray #505D7C
Tints of Chambray #505D7C
RGB
CMYK
RGB Variations
Color information
#505D7C (or 0x505D7C) is known color: Chambray. HEX triplet: 50, 5D and 7C. RGB value is (80,93,124). Sum of RGB (Red+Green+Blue) = 80+93+124=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #505D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D7C is #AFA283. Grayscale: #5C5C5C. Windows color (decimal): -11510404 or 8150352. OLE color: 8150352.
HSL color Cylindrical-coordinate representation of color #505D7C: hue angle of 222.27º 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 #505D7C is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 93 | 124 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.51 |
| HSL | 222.27º | 0.22% | 0.4% | - |
| HSV(B) | 222.27º | 0.35% | 0.49% | - |
| XYZ | 10.86 | 10.99 | 20.62 | - |
| YUV | 92.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 124 | 0.35 | 0.25 | 0 | 0.51 | 222.27 | 0.22 | 0.4 |
| Hex | 50 | 5D | 7C | 23 | 19 | 0 | 33 | DE | 16 | 28 |
| Octal | 120 | 135 | 174 | 43 | 31 | 0 | 63 | 336 | 26 | 50 |
| Binary | 1010000 | 1011101 | 1111100 | 100011 | 11001 | 0 | 110011 | 11011110 | 10110 | 101000 |
Color Harmonies of #505D7C
Complementary color
Monochromatic Colors of #505D7C
Black with #505D7C
Text Example
Text Example
White with #505D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D7C; }
p { color: rgb(80,93,124); }
H1.HeaderClassName
{
color: #505D7C;
}
.AnyTagClassName
{
color: #505D7C;
}
</style>
background-color css
<style>
a { background-color: #505D7C; }
a { background-color: rgb(80,93,124); }
div.DivClassName
{
background-color: #505D7C;
}
.BgClassName
{
background-color: #505D7C;
}
</style>
border-color css
<style>
span { border-color: #505D7C; }
span { border-color: rgb(80,93,124); }
td.TdClassName
{
border-color: #505D7C;
}
.TagClassName
{
border-color: #505D7C;
}
</style>