Shades of Chambray #50637B
Tints of Chambray #50637B
RGB
CMYK
RGB Variations
Color information
#50637B (or 0x50637B) is known color: Chambray. HEX triplet: 50, 63 and 7B. RGB value is (80,99,123). Sum of RGB (Red+Green+Blue) = 80+99+123=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #50637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50637B is #AF9C84. Grayscale: #5F5F5F. Windows color (decimal): -11508869 or 8086352. OLE color: 8086352.
HSL color Cylindrical-coordinate representation of color #50637B: hue angle of 213.49º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50637B is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 99 | 123 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.52 |
| HSL | 213.49º | 0.21% | 0.4% | - |
| HSV(B) | 213.49º | 0.35% | 0.48% | - |
| XYZ | 11.35 | 12.06 | 20.47 | - |
| YUV | 96.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 123 | 0.35 | 0.20 | 0 | 0.52 | 213.49 | 0.21 | 0.4 |
| Hex | 50 | 63 | 7B | 23 | 14 | 0 | 34 | D5 | 15 | 28 |
| Octal | 120 | 143 | 173 | 43 | 24 | 0 | 64 | 325 | 25 | 50 |
| Binary | 1010000 | 1100011 | 1111011 | 100011 | 10100 | 0 | 110100 | 11010101 | 10101 | 101000 |
Color Harmonies of #50637B
Complementary color
Monochromatic Colors of #50637B
Black with #50637B
Text Example
Text Example
White with #50637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50637B; }
p { color: rgb(80,99,123); }
H1.HeaderClassName
{
color: #50637B;
}
.AnyTagClassName
{
color: #50637B;
}
</style>
background-color css
<style>
a { background-color: #50637B; }
a { background-color: rgb(80,99,123); }
div.DivClassName
{
background-color: #50637B;
}
.BgClassName
{
background-color: #50637B;
}
</style>
border-color css
<style>
span { border-color: #50637B; }
span { border-color: rgb(80,99,123); }
td.TdClassName
{
border-color: #50637B;
}
.TagClassName
{
border-color: #50637B;
}
</style>