Shades of Chambray #505C7F
Tints of Chambray #505C7F
RGB
CMYK
RGB Variations
Color information
#505C7F (or 0x505C7F) is known color: Chambray. HEX triplet: 50, 5C and 7F. RGB value is (80,92,127). Sum of RGB (Red+Green+Blue) = 80+92+127=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #505C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C7F is #AFA380. Grayscale: #5C5C5C. Windows color (decimal): -11510657 or 8346704. OLE color: 8346704.
HSL color Cylindrical-coordinate representation of color #505C7F: hue angle of 224.68º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #505C7F is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 92 | 127 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.50 |
| HSL | 224.68º | 0.23% | 0.41% | - |
| HSV(B) | 224.68º | 0.37% | 0.5% | - |
| XYZ | 10.97 | 10.89 | 21.6 | - |
| YUV | 92.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 127 | 0.37 | 0.28 | 0 | 0.50 | 224.68 | 0.23 | 0.41 |
| Hex | 50 | 5C | 7F | 25 | 1C | 0 | 32 | E1 | 17 | 29 |
| Octal | 120 | 134 | 177 | 45 | 34 | 0 | 62 | 341 | 27 | 51 |
| Binary | 1010000 | 1011100 | 1111111 | 100101 | 11100 | 0 | 110010 | 11100001 | 10111 | 101001 |
Color Harmonies of #505C7F
Complementary color
Monochromatic Colors of #505C7F
Black with #505C7F
Text Example
Text Example
White with #505C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C7F; }
p { color: rgb(80,92,127); }
H1.HeaderClassName
{
color: #505C7F;
}
.AnyTagClassName
{
color: #505C7F;
}
</style>
background-color css
<style>
a { background-color: #505C7F; }
a { background-color: rgb(80,92,127); }
div.DivClassName
{
background-color: #505C7F;
}
.BgClassName
{
background-color: #505C7F;
}
</style>
border-color css
<style>
span { border-color: #505C7F; }
span { border-color: rgb(80,92,127); }
td.TdClassName
{
border-color: #505C7F;
}
.TagClassName
{
border-color: #505C7F;
}
</style>