Shades of Victoria #504589
Tints of Victoria #504589
RGB
CMYK
RGB Variations
Color information
#504589 (or 0x504589) is known color: Victoria. HEX triplet: 50, 45 and 89. RGB value is (80,69,137). Sum of RGB (Red+Green+Blue) = 80+69+137=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #504589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504589 is #AFBA76. Grayscale: #4F4F4F. Windows color (decimal): -11516535 or 8996176. OLE color: 8996176.
HSL color Cylindrical-coordinate representation of color #504589: hue angle of 249.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #504589 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 69 | 137 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.46 |
| HSL | 249.71º | 0.33% | 0.4% | - |
| HSV(B) | 249.71º | 0.5% | 0.54% | - |
| XYZ | 9.95 | 7.77 | 24.64 | - |
| YUV | 80.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 137 | 0.42 | 0.50 | 0 | 0.46 | 249.71 | 0.33 | 0.4 |
| Hex | 50 | 45 | 89 | 2A | 32 | 0 | 2E | FA | 21 | 28 |
| Octal | 120 | 105 | 211 | 52 | 62 | 0 | 56 | 372 | 41 | 50 |
| Binary | 1010000 | 1000101 | 10001001 | 101010 | 110010 | 0 | 101110 | 11111010 | 100001 | 101000 |
Color Harmonies of #504589
Complementary color
Monochromatic Colors of #504589
Black with #504589
Text Example
Text Example
White with #504589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504589; }
p { color: rgb(80,69,137); }
H1.HeaderClassName
{
color: #504589;
}
.AnyTagClassName
{
color: #504589;
}
</style>
background-color css
<style>
a { background-color: #504589; }
a { background-color: rgb(80,69,137); }
div.DivClassName
{
background-color: #504589;
}
.BgClassName
{
background-color: #504589;
}
</style>
border-color css
<style>
span { border-color: #504589; }
span { border-color: rgb(80,69,137); }
td.TdClassName
{
border-color: #504589;
}
.TagClassName
{
border-color: #504589;
}
</style>