Shades of Victoria #50488A
Tints of Victoria #50488A
RGB
CMYK
RGB Variations
Color information
#50488A (or 0x50488A) is known color: Victoria. HEX triplet: 50, 48 and 8A. RGB value is (80,72,138). Sum of RGB (Red+Green+Blue) = 80+72+138=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #50488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50488A is #AFB775. Grayscale: #515151. Windows color (decimal): -11515766 or 9062480. OLE color: 9062480.
HSL color Cylindrical-coordinate representation of color #50488A: hue angle of 247.27º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50488A is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 72 | 138 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.46 |
| HSL | 247.27º | 0.31% | 0.41% | - |
| HSV(B) | 247.27º | 0.48% | 0.54% | - |
| XYZ | 10.21 | 8.18 | 25.08 | - |
| YUV | 81.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 138 | 0.42 | 0.48 | 0 | 0.46 | 247.27 | 0.31 | 0.41 |
| Hex | 50 | 48 | 8A | 2A | 30 | 0 | 2E | F7 | 1F | 29 |
| Octal | 120 | 110 | 212 | 52 | 60 | 0 | 56 | 367 | 37 | 51 |
| Binary | 1010000 | 1001000 | 10001010 | 101010 | 110000 | 0 | 101110 | 11110111 | 11111 | 101001 |
Color Harmonies of #50488A
Complementary color
Monochromatic Colors of #50488A
Black with #50488A
Text Example
Text Example
White with #50488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50488A; }
p { color: rgb(80,72,138); }
H1.HeaderClassName
{
color: #50488A;
}
.AnyTagClassName
{
color: #50488A;
}
</style>
background-color css
<style>
a { background-color: #50488A; }
a { background-color: rgb(80,72,138); }
div.DivClassName
{
background-color: #50488A;
}
.BgClassName
{
background-color: #50488A;
}
</style>
border-color css
<style>
span { border-color: #50488A; }
span { border-color: rgb(80,72,138); }
td.TdClassName
{
border-color: #50488A;
}
.TagClassName
{
border-color: #50488A;
}
</style>