Shades of Chambray #505D85
Tints of Chambray #505D85
RGB
CMYK
RGB Variations
Color information
#505D85 (or 0x505D85) is known color: Chambray. HEX triplet: 50, 5D and 85. RGB value is (80,93,133). Sum of RGB (Red+Green+Blue) = 80+93+133=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #505D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D85 is #AFA27A. Grayscale: #5D5D5D. Windows color (decimal): -11510395 or 8740176. OLE color: 8740176.
HSL color Cylindrical-coordinate representation of color #505D85: hue angle of 225.28º 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 #505D85 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 93 | 133 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.48 |
| HSL | 225.28º | 0.25% | 0.42% | - |
| HSV(B) | 225.28º | 0.4% | 0.52% | - |
| XYZ | 11.46 | 11.23 | 23.75 | - |
| YUV | 93.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 133 | 0.40 | 0.30 | 0 | 0.48 | 225.28 | 0.25 | 0.42 |
| Hex | 50 | 5D | 85 | 28 | 1E | 0 | 30 | E1 | 19 | 2A |
| Octal | 120 | 135 | 205 | 50 | 36 | 0 | 60 | 341 | 31 | 52 |
| Binary | 1010000 | 1011101 | 10000101 | 101000 | 11110 | 0 | 110000 | 11100001 | 11001 | 101010 |
Color Harmonies of #505D85
Complementary color
Monochromatic Colors of #505D85
Black with #505D85
Text Example
Text Example
White with #505D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D85; }
p { color: rgb(80,93,133); }
H1.HeaderClassName
{
color: #505D85;
}
.AnyTagClassName
{
color: #505D85;
}
</style>
background-color css
<style>
a { background-color: #505D85; }
a { background-color: rgb(80,93,133); }
div.DivClassName
{
background-color: #505D85;
}
.BgClassName
{
background-color: #505D85;
}
</style>
border-color css
<style>
span { border-color: #505D85; }
span { border-color: rgb(80,93,133); }
td.TdClassName
{
border-color: #505D85;
}
.TagClassName
{
border-color: #505D85;
}
</style>