Shades of Chambray #50617F
Tints of Chambray #50617F
RGB
CMYK
RGB Variations
Color information
#50617F (or 0x50617F) is known color: Chambray. HEX triplet: 50, 61 and 7F. RGB value is (80,97,127). Sum of RGB (Red+Green+Blue) = 80+97+127=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #50617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50617F is #AF9E80. Grayscale: #5F5F5F. Windows color (decimal): -11509377 or 8347984. OLE color: 8347984.
HSL color Cylindrical-coordinate representation of color #50617F: hue angle of 218.3º 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 #50617F is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 97 | 127 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.50 |
| HSL | 218.3º | 0.23% | 0.41% | - |
| HSV(B) | 218.3º | 0.37% | 0.5% | - |
| XYZ | 11.41 | 11.79 | 21.75 | - |
| YUV | 95.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 127 | 0.37 | 0.24 | 0 | 0.50 | 218.3 | 0.23 | 0.41 |
| Hex | 50 | 61 | 7F | 25 | 18 | 0 | 32 | DA | 17 | 29 |
| Octal | 120 | 141 | 177 | 45 | 30 | 0 | 62 | 332 | 27 | 51 |
| Binary | 1010000 | 1100001 | 1111111 | 100101 | 11000 | 0 | 110010 | 11011010 | 10111 | 101001 |
Color Harmonies of #50617F
Complementary color
Monochromatic Colors of #50617F
Black with #50617F
Text Example
Text Example
White with #50617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50617F; }
p { color: rgb(80,97,127); }
H1.HeaderClassName
{
color: #50617F;
}
.AnyTagClassName
{
color: #50617F;
}
</style>
background-color css
<style>
a { background-color: #50617F; }
a { background-color: rgb(80,97,127); }
div.DivClassName
{
background-color: #50617F;
}
.BgClassName
{
background-color: #50617F;
}
</style>
border-color css
<style>
span { border-color: #50617F; }
span { border-color: rgb(80,97,127); }
td.TdClassName
{
border-color: #50617F;
}
.TagClassName
{
border-color: #50617F;
}
</style>