Shades of Victoria #50488B
Tints of Victoria #50488B
RGB
CMYK
RGB Variations
Color information
#50488B (or 0x50488B) is known color: Victoria. HEX triplet: 50, 48 and 8B. RGB value is (80,72,139). Sum of RGB (Red+Green+Blue) = 80+72+139=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #50488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50488B is #AFB774. Grayscale: #515151. Windows color (decimal): -11515765 or 9128016. OLE color: 9128016.
HSL color Cylindrical-coordinate representation of color #50488B: hue angle of 247.16º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50488B is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 72 | 139 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.45 |
| HSL | 247.16º | 0.32% | 0.41% | - |
| HSV(B) | 247.16º | 0.48% | 0.55% | - |
| XYZ | 10.29 | 8.2 | 25.47 | - |
| YUV | 82.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 139 | 0.42 | 0.48 | 0 | 0.45 | 247.16 | 0.32 | 0.41 |
| Hex | 50 | 48 | 8B | 2A | 30 | 0 | 2D | F7 | 20 | 29 |
| Octal | 120 | 110 | 213 | 52 | 60 | 0 | 55 | 367 | 40 | 51 |
| Binary | 1010000 | 1001000 | 10001011 | 101010 | 110000 | 0 | 101101 | 11110111 | 100000 | 101001 |
Color Harmonies of #50488B
Complementary color
Monochromatic Colors of #50488B
Black with #50488B
Text Example
Text Example
White with #50488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50488B; }
p { color: rgb(80,72,139); }
H1.HeaderClassName
{
color: #50488B;
}
.AnyTagClassName
{
color: #50488B;
}
</style>
background-color css
<style>
a { background-color: #50488B; }
a { background-color: rgb(80,72,139); }
div.DivClassName
{
background-color: #50488B;
}
.BgClassName
{
background-color: #50488B;
}
</style>
border-color css
<style>
span { border-color: #50488B; }
span { border-color: rgb(80,72,139); }
td.TdClassName
{
border-color: #50488B;
}
.TagClassName
{
border-color: #50488B;
}
</style>