Shades of Chambray #505D80
Tints of Chambray #505D80
RGB
CMYK
RGB Variations
Color information
#505D80 (or 0x505D80) is known color: Chambray. HEX triplet: 50, 5D and 80. RGB value is (80,93,128). Sum of RGB (Red+Green+Blue) = 80+93+128=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #505D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D80 is #AFA27F. Grayscale: #5C5C5C. Windows color (decimal): -11510400 or 8412496. OLE color: 8412496.
HSL color Cylindrical-coordinate representation of color #505D80: hue angle of 223.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505D80 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 93 | 128 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.50 |
| HSL | 223.75º | 0.23% | 0.41% | - |
| HSV(B) | 223.75º | 0.38% | 0.5% | - |
| XYZ | 11.12 | 11.09 | 21.98 | - |
| YUV | 93.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 128 | 0.38 | 0.27 | 0 | 0.50 | 223.75 | 0.23 | 0.41 |
| Hex | 50 | 5D | 80 | 26 | 1B | 0 | 32 | E0 | 17 | 29 |
| Octal | 120 | 135 | 200 | 46 | 33 | 0 | 62 | 340 | 27 | 51 |
| Binary | 1010000 | 1011101 | 10000000 | 100110 | 11011 | 0 | 110010 | 11100000 | 10111 | 101001 |
Color Harmonies of #505D80
Complementary color
Monochromatic Colors of #505D80
Black with #505D80
Text Example
Text Example
White with #505D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D80; }
p { color: rgb(80,93,128); }
H1.HeaderClassName
{
color: #505D80;
}
.AnyTagClassName
{
color: #505D80;
}
</style>
background-color css
<style>
a { background-color: #505D80; }
a { background-color: rgb(80,93,128); }
div.DivClassName
{
background-color: #505D80;
}
.BgClassName
{
background-color: #505D80;
}
</style>
border-color css
<style>
span { border-color: #505D80; }
span { border-color: rgb(80,93,128); }
td.TdClassName
{
border-color: #505D80;
}
.TagClassName
{
border-color: #505D80;
}
</style>