Shades of Chambray #506173
Tints of Chambray #506173
RGB
CMYK
RGB Variations
Color information
#506173 (or 0x506173) is known color: Chambray. HEX triplet: 50, 61 and 73. RGB value is (80,97,115). Sum of RGB (Red+Green+Blue) = 80+97+115=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #506173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506173 is #AF9E8C. Grayscale: #5D5D5D. Windows color (decimal): -11509389 or 7561552. OLE color: 7561552.
HSL color Cylindrical-coordinate representation of color #506173: hue angle of 210.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506173 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 97 | 115 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.55 |
| HSL | 210.86º | 0.18% | 0.38% | - |
| HSV(B) | 210.86º | 0.3% | 0.45% | - |
| XYZ | 10.68 | 11.49 | 17.88 | - |
| YUV | 93.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 115 | 0.30 | 0.16 | 0 | 0.55 | 210.86 | 0.18 | 0.38 |
| Hex | 50 | 61 | 73 | 1E | 10 | 0 | 37 | D3 | 12 | 26 |
| Octal | 120 | 141 | 163 | 36 | 20 | 0 | 67 | 323 | 22 | 46 |
| Binary | 1010000 | 1100001 | 1110011 | 11110 | 10000 | 0 | 110111 | 11010011 | 10010 | 100110 |
Color Harmonies of #506173
Complementary color
Monochromatic Colors of #506173
Black with #506173
Text Example
Text Example
White with #506173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506173; }
p { color: rgb(80,97,115); }
H1.HeaderClassName
{
color: #506173;
}
.AnyTagClassName
{
color: #506173;
}
</style>
background-color css
<style>
a { background-color: #506173; }
a { background-color: rgb(80,97,115); }
div.DivClassName
{
background-color: #506173;
}
.BgClassName
{
background-color: #506173;
}
</style>
border-color css
<style>
span { border-color: #506173; }
span { border-color: rgb(80,97,115); }
td.TdClassName
{
border-color: #506173;
}
.TagClassName
{
border-color: #506173;
}
</style>