Shades of Chambray #50627B
Tints of Chambray #50627B
RGB
CMYK
RGB Variations
Color information
#50627B (or 0x50627B) is known color: Chambray. HEX triplet: 50, 62 and 7B. RGB value is (80,98,123). Sum of RGB (Red+Green+Blue) = 80+98+123=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #50627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50627B is #AF9D84. Grayscale: #5F5F5F. Windows color (decimal): -11509125 or 8086096. OLE color: 8086096.
HSL color Cylindrical-coordinate representation of color #50627B: hue angle of 214.88º 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 #50627B is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 98 | 123 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.52 |
| HSL | 214.88º | 0.21% | 0.4% | - |
| HSV(B) | 214.88º | 0.35% | 0.48% | - |
| XYZ | 11.25 | 11.87 | 20.44 | - |
| YUV | 95.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 123 | 0.35 | 0.20 | 0 | 0.52 | 214.88 | 0.21 | 0.4 |
| Hex | 50 | 62 | 7B | 23 | 14 | 0 | 34 | D7 | 15 | 28 |
| Octal | 120 | 142 | 173 | 43 | 24 | 0 | 64 | 327 | 25 | 50 |
| Binary | 1010000 | 1100010 | 1111011 | 100011 | 10100 | 0 | 110100 | 11010111 | 10101 | 101000 |
Color Harmonies of #50627B
Complementary color
Monochromatic Colors of #50627B
Black with #50627B
Text Example
Text Example
White with #50627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50627B; }
p { color: rgb(80,98,123); }
H1.HeaderClassName
{
color: #50627B;
}
.AnyTagClassName
{
color: #50627B;
}
</style>
background-color css
<style>
a { background-color: #50627B; }
a { background-color: rgb(80,98,123); }
div.DivClassName
{
background-color: #50627B;
}
.BgClassName
{
background-color: #50627B;
}
</style>
border-color css
<style>
span { border-color: #50627B; }
span { border-color: rgb(80,98,123); }
td.TdClassName
{
border-color: #50627B;
}
.TagClassName
{
border-color: #50627B;
}
</style>