Shades of Chambray #505B85
Tints of Chambray #505B85
RGB
CMYK
RGB Variations
Color information
#505B85 (or 0x505B85) is known color: Chambray. HEX triplet: 50, 5B and 85. RGB value is (80,91,133). Sum of RGB (Red+Green+Blue) = 80+91+133=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #505B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B85 is #AFA47A. Grayscale: #5C5C5C. Windows color (decimal): -11510907 or 8739664. OLE color: 8739664.
HSL color Cylindrical-coordinate representation of color #505B85: hue angle of 227.55º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505B85 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 91 | 133 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.48 |
| HSL | 227.55º | 0.25% | 0.42% | - |
| HSV(B) | 227.55º | 0.4% | 0.52% | - |
| XYZ | 11.28 | 10.88 | 23.7 | - |
| YUV | 92.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 133 | 0.40 | 0.32 | 0 | 0.48 | 227.55 | 0.25 | 0.42 |
| Hex | 50 | 5B | 85 | 28 | 20 | 0 | 30 | E4 | 19 | 2A |
| Octal | 120 | 133 | 205 | 50 | 40 | 0 | 60 | 344 | 31 | 52 |
| Binary | 1010000 | 1011011 | 10000101 | 101000 | 100000 | 0 | 110000 | 11100100 | 11001 | 101010 |
Color Harmonies of #505B85
Complementary color
Monochromatic Colors of #505B85
Black with #505B85
Text Example
Text Example
White with #505B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B85; }
p { color: rgb(80,91,133); }
H1.HeaderClassName
{
color: #505B85;
}
.AnyTagClassName
{
color: #505B85;
}
</style>
background-color css
<style>
a { background-color: #505B85; }
a { background-color: rgb(80,91,133); }
div.DivClassName
{
background-color: #505B85;
}
.BgClassName
{
background-color: #505B85;
}
</style>
border-color css
<style>
span { border-color: #505B85; }
span { border-color: rgb(80,91,133); }
td.TdClassName
{
border-color: #505B85;
}
.TagClassName
{
border-color: #505B85;
}
</style>