Shades of Chambray #505C85
Tints of Chambray #505C85
RGB
CMYK
RGB Variations
Color information
#505C85 (or 0x505C85) is known color: Chambray. HEX triplet: 50, 5C and 85. RGB value is (80,92,133). Sum of RGB (Red+Green+Blue) = 80+92+133=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #505C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C85 is #AFA37A. Grayscale: #5C5C5C. Windows color (decimal): -11510651 or 8739920. OLE color: 8739920.
HSL color Cylindrical-coordinate representation of color #505C85: hue angle of 226.42º 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 #505C85 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 92 | 133 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.48 |
| HSL | 226.42º | 0.25% | 0.42% | - |
| HSV(B) | 226.42º | 0.4% | 0.52% | - |
| XYZ | 11.37 | 11.05 | 23.72 | - |
| YUV | 93.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 133 | 0.40 | 0.31 | 0 | 0.48 | 226.42 | 0.25 | 0.42 |
| Hex | 50 | 5C | 85 | 28 | 1F | 0 | 30 | E2 | 19 | 2A |
| Octal | 120 | 134 | 205 | 50 | 37 | 0 | 60 | 342 | 31 | 52 |
| Binary | 1010000 | 1011100 | 10000101 | 101000 | 11111 | 0 | 110000 | 11100010 | 11001 | 101010 |
Color Harmonies of #505C85
Complementary color
Monochromatic Colors of #505C85
Black with #505C85
Text Example
Text Example
White with #505C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C85; }
p { color: rgb(80,92,133); }
H1.HeaderClassName
{
color: #505C85;
}
.AnyTagClassName
{
color: #505C85;
}
</style>
background-color css
<style>
a { background-color: #505C85; }
a { background-color: rgb(80,92,133); }
div.DivClassName
{
background-color: #505C85;
}
.BgClassName
{
background-color: #505C85;
}
</style>
border-color css
<style>
span { border-color: #505C85; }
span { border-color: rgb(80,92,133); }
td.TdClassName
{
border-color: #505C85;
}
.TagClassName
{
border-color: #505C85;
}
</style>