Shades of Victoria #50487F
Tints of Victoria #50487F
RGB
CMYK
RGB Variations
Color information
#50487F (or 0x50487F) is known color: Victoria. HEX triplet: 50, 48 and 7F. RGB value is (80,72,127). Sum of RGB (Red+Green+Blue) = 80+72+127=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #50487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50487F is #AFB780. Grayscale: #505050. Windows color (decimal): -11515777 or 8341584. OLE color: 8341584.
HSL color Cylindrical-coordinate representation of color #50487F: hue angle of 248.73º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50487F is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 72 | 127 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.50 |
| HSL | 248.73º | 0.28% | 0.39% | - |
| HSV(B) | 248.73º | 0.43% | 0.5% | - |
| XYZ | 9.46 | 7.87 | 21.1 | - |
| YUV | 80.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 127 | 0.37 | 0.43 | 0 | 0.50 | 248.73 | 0.28 | 0.39 |
| Hex | 50 | 48 | 7F | 25 | 2B | 0 | 32 | F9 | 1C | 27 |
| Octal | 120 | 110 | 177 | 45 | 53 | 0 | 62 | 371 | 34 | 47 |
| Binary | 1010000 | 1001000 | 1111111 | 100101 | 101011 | 0 | 110010 | 11111001 | 11100 | 100111 |
Color Harmonies of #50487F
Complementary color
Monochromatic Colors of #50487F
Black with #50487F
Text Example
Text Example
White with #50487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50487F; }
p { color: rgb(80,72,127); }
H1.HeaderClassName
{
color: #50487F;
}
.AnyTagClassName
{
color: #50487F;
}
</style>
background-color css
<style>
a { background-color: #50487F; }
a { background-color: rgb(80,72,127); }
div.DivClassName
{
background-color: #50487F;
}
.BgClassName
{
background-color: #50487F;
}
</style>
border-color css
<style>
span { border-color: #50487F; }
span { border-color: rgb(80,72,127); }
td.TdClassName
{
border-color: #50487F;
}
.TagClassName
{
border-color: #50487F;
}
</style>