Shades of Chambray #505C7C
Tints of Chambray #505C7C
RGB
CMYK
RGB Variations
Color information
#505C7C (or 0x505C7C) is known color: Chambray. HEX triplet: 50, 5C and 7C. RGB value is (80,92,124). Sum of RGB (Red+Green+Blue) = 80+92+124=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #505C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C7C is #AFA383. Grayscale: #5B5B5B. Windows color (decimal): -11510660 or 8150096. OLE color: 8150096.
HSL color Cylindrical-coordinate representation of color #505C7C: hue angle of 223.64º 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 #505C7C is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 92 | 124 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.51 |
| HSL | 223.64º | 0.22% | 0.4% | - |
| HSV(B) | 223.64º | 0.35% | 0.49% | - |
| XYZ | 10.77 | 10.82 | 20.59 | - |
| YUV | 92.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 124 | 0.35 | 0.26 | 0 | 0.51 | 223.64 | 0.22 | 0.4 |
| Hex | 50 | 5C | 7C | 23 | 1A | 0 | 33 | E0 | 16 | 28 |
| Octal | 120 | 134 | 174 | 43 | 32 | 0 | 63 | 340 | 26 | 50 |
| Binary | 1010000 | 1011100 | 1111100 | 100011 | 11010 | 0 | 110011 | 11100000 | 10110 | 101000 |
Color Harmonies of #505C7C
Complementary color
Monochromatic Colors of #505C7C
Black with #505C7C
Text Example
Text Example
White with #505C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C7C; }
p { color: rgb(80,92,124); }
H1.HeaderClassName
{
color: #505C7C;
}
.AnyTagClassName
{
color: #505C7C;
}
</style>
background-color css
<style>
a { background-color: #505C7C; }
a { background-color: rgb(80,92,124); }
div.DivClassName
{
background-color: #505C7C;
}
.BgClassName
{
background-color: #505C7C;
}
</style>
border-color css
<style>
span { border-color: #505C7C; }
span { border-color: rgb(80,92,124); }
td.TdClassName
{
border-color: #505C7C;
}
.TagClassName
{
border-color: #505C7C;
}
</style>