Shades of Victoria #504E8B
Tints of Victoria #504E8B
RGB
CMYK
RGB Variations
Color information
#504E8B (or 0x504E8B) is known color: Victoria. HEX triplet: 50, 4E and 8B. RGB value is (80,78,139). Sum of RGB (Red+Green+Blue) = 80+78+139=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #504E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504E8B is #AFB174. Grayscale: #555555. Windows color (decimal): -11514229 or 9129552. OLE color: 9129552.
HSL color Cylindrical-coordinate representation of color #504E8B: hue angle of 241.97º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #504E8B is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 78 | 139 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.45 |
| HSL | 241.97º | 0.28% | 0.43% | - |
| HSV(B) | 241.97º | 0.44% | 0.55% | - |
| XYZ | 10.69 | 9.02 | 25.6 | - |
| YUV | 85.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 139 | 0.42 | 0.44 | 0 | 0.45 | 241.97 | 0.28 | 0.43 |
| Hex | 50 | 4E | 8B | 2A | 2C | 0 | 2D | F2 | 1C | 2B |
| Octal | 120 | 116 | 213 | 52 | 54 | 0 | 55 | 362 | 34 | 53 |
| Binary | 1010000 | 1001110 | 10001011 | 101010 | 101100 | 0 | 101101 | 11110010 | 11100 | 101011 |
Color Harmonies of #504E8B
Complementary color
Monochromatic Colors of #504E8B
Black with #504E8B
Text Example
Text Example
White with #504E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E8B; }
p { color: rgb(80,78,139); }
H1.HeaderClassName
{
color: #504E8B;
}
.AnyTagClassName
{
color: #504E8B;
}
</style>
background-color css
<style>
a { background-color: #504E8B; }
a { background-color: rgb(80,78,139); }
div.DivClassName
{
background-color: #504E8B;
}
.BgClassName
{
background-color: #504E8B;
}
</style>
border-color css
<style>
span { border-color: #504E8B; }
span { border-color: rgb(80,78,139); }
td.TdClassName
{
border-color: #504E8B;
}
.TagClassName
{
border-color: #504E8B;
}
</style>