Shades of Victoria #50487B
Tints of Victoria #50487B
RGB
CMYK
RGB Variations
Color information
#50487B (or 0x50487B) is known color: Victoria. HEX triplet: 50, 48 and 7B. RGB value is (80,72,123). Sum of RGB (Red+Green+Blue) = 80+72+123=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #50487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50487B is #AFB784. Grayscale: #505050. Windows color (decimal): -11515781 or 8079440. OLE color: 8079440.
HSL color Cylindrical-coordinate representation of color #50487B: hue angle of 249.41º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50487B is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 72 | 123 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.52 |
| HSL | 249.41º | 0.26% | 0.38% | - |
| HSV(B) | 249.41º | 0.41% | 0.48% | - |
| XYZ | 9.2 | 7.77 | 19.75 | - |
| YUV | 80.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 123 | 0.35 | 0.41 | 0 | 0.52 | 249.41 | 0.26 | 0.38 |
| Hex | 50 | 48 | 7B | 23 | 29 | 0 | 34 | F9 | 1A | 26 |
| Octal | 120 | 110 | 173 | 43 | 51 | 0 | 64 | 371 | 32 | 46 |
| Binary | 1010000 | 1001000 | 1111011 | 100011 | 101001 | 0 | 110100 | 11111001 | 11010 | 100110 |
Color Harmonies of #50487B
Complementary color
Monochromatic Colors of #50487B
Black with #50487B
Text Example
Text Example
White with #50487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50487B; }
p { color: rgb(80,72,123); }
H1.HeaderClassName
{
color: #50487B;
}
.AnyTagClassName
{
color: #50487B;
}
</style>
background-color css
<style>
a { background-color: #50487B; }
a { background-color: rgb(80,72,123); }
div.DivClassName
{
background-color: #50487B;
}
.BgClassName
{
background-color: #50487B;
}
</style>
border-color css
<style>
span { border-color: #50487B; }
span { border-color: rgb(80,72,123); }
td.TdClassName
{
border-color: #50487B;
}
.TagClassName
{
border-color: #50487B;
}
</style>