Shades of Victoria #504982
Tints of Victoria #504982
RGB
CMYK
RGB Variations
Color information
#504982 (or 0x504982) is known color: Victoria. HEX triplet: 50, 49 and 82. RGB value is (80,73,130). Sum of RGB (Red+Green+Blue) = 80+73+130=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #504982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504982 is #AFB67D. Grayscale: #515151. Windows color (decimal): -11515518 or 8538448. OLE color: 8538448.
HSL color Cylindrical-coordinate representation of color #504982: hue angle of 247.37º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #504982 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 73 | 130 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.49 |
| HSL | 247.37º | 0.28% | 0.4% | - |
| HSV(B) | 247.37º | 0.44% | 0.51% | - |
| XYZ | 9.72 | 8.08 | 22.17 | - |
| YUV | 81.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 130 | 0.38 | 0.44 | 0 | 0.49 | 247.37 | 0.28 | 0.4 |
| Hex | 50 | 49 | 82 | 26 | 2C | 0 | 31 | F7 | 1C | 28 |
| Octal | 120 | 111 | 202 | 46 | 54 | 0 | 61 | 367 | 34 | 50 |
| Binary | 1010000 | 1001001 | 10000010 | 100110 | 101100 | 0 | 110001 | 11110111 | 11100 | 101000 |
Color Harmonies of #504982
Complementary color
Monochromatic Colors of #504982
Black with #504982
Text Example
Text Example
White with #504982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504982; }
p { color: rgb(80,73,130); }
H1.HeaderClassName
{
color: #504982;
}
.AnyTagClassName
{
color: #504982;
}
</style>
background-color css
<style>
a { background-color: #504982; }
a { background-color: rgb(80,73,130); }
div.DivClassName
{
background-color: #504982;
}
.BgClassName
{
background-color: #504982;
}
</style>
border-color css
<style>
span { border-color: #504982; }
span { border-color: rgb(80,73,130); }
td.TdClassName
{
border-color: #504982;
}
.TagClassName
{
border-color: #504982;
}
</style>