Shades of Victoria #504A8C
Tints of Victoria #504A8C
RGB
CMYK
RGB Variations
Color information
#504A8C (or 0x504A8C) is known color: Victoria. HEX triplet: 50, 4A and 8C. RGB value is (80,74,140). Sum of RGB (Red+Green+Blue) = 80+74+140=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #504A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504A8C is #AFB573. Grayscale: #535353. Windows color (decimal): -11515252 or 9194064. OLE color: 9194064.
HSL color Cylindrical-coordinate representation of color #504A8C: hue angle of 245.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504A8C is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 74 | 140 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.45 |
| HSL | 245.45º | 0.31% | 0.42% | - |
| HSV(B) | 245.45º | 0.47% | 0.55% | - |
| XYZ | 10.49 | 8.5 | 25.9 | - |
| YUV | 83.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 140 | 0.43 | 0.47 | 0 | 0.45 | 245.45 | 0.31 | 0.42 |
| Hex | 50 | 4A | 8C | 2B | 2F | 0 | 2D | F5 | 1F | 2A |
| Octal | 120 | 112 | 214 | 53 | 57 | 0 | 55 | 365 | 37 | 52 |
| Binary | 1010000 | 1001010 | 10001100 | 101011 | 101111 | 0 | 101101 | 11110101 | 11111 | 101010 |
Color Harmonies of #504A8C
Complementary color
Monochromatic Colors of #504A8C
Black with #504A8C
Text Example
Text Example
White with #504A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A8C; }
p { color: rgb(80,74,140); }
H1.HeaderClassName
{
color: #504A8C;
}
.AnyTagClassName
{
color: #504A8C;
}
</style>
background-color css
<style>
a { background-color: #504A8C; }
a { background-color: rgb(80,74,140); }
div.DivClassName
{
background-color: #504A8C;
}
.BgClassName
{
background-color: #504A8C;
}
</style>
border-color css
<style>
span { border-color: #504A8C; }
span { border-color: rgb(80,74,140); }
td.TdClassName
{
border-color: #504A8C;
}
.TagClassName
{
border-color: #504A8C;
}
</style>