Shades of Victoria #534890
Tints of Victoria #534890
RGB
CMYK
RGB Variations
Color information
#534890 (or 0x534890) is known color: Victoria. HEX triplet: 53, 48 and 90. RGB value is (83,72,144). Sum of RGB (Red+Green+Blue) = 83+72+144=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #534890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534890 is #ACB76F. Grayscale: #535353. Windows color (decimal): -11319152 or 9455699. OLE color: 9455699.
HSL color Cylindrical-coordinate representation of color #534890: hue angle of 249.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534890 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 72 | 144 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.44 |
| HSL | 249.17º | 0.33% | 0.42% | - |
| HSV(B) | 249.17º | 0.5% | 0.56% | - |
| XYZ | 10.92 | 8.49 | 27.45 | - |
| YUV | 83.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 144 | 0.42 | 0.50 | 0 | 0.44 | 249.17 | 0.33 | 0.42 |
| Hex | 53 | 48 | 90 | 2A | 32 | 0 | 2C | F9 | 21 | 2A |
| Octal | 123 | 110 | 220 | 52 | 62 | 0 | 54 | 371 | 41 | 52 |
| Binary | 1010011 | 1001000 | 10010000 | 101010 | 110010 | 0 | 101100 | 11111001 | 100001 | 101010 |
Color Harmonies of #534890
Complementary color
Monochromatic Colors of #534890
Black with #534890
Text Example
Text Example
White with #534890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534890; }
p { color: rgb(83,72,144); }
H1.HeaderClassName
{
color: #534890;
}
.AnyTagClassName
{
color: #534890;
}
</style>
background-color css
<style>
a { background-color: #534890; }
a { background-color: rgb(83,72,144); }
div.DivClassName
{
background-color: #534890;
}
.BgClassName
{
background-color: #534890;
}
</style>
border-color css
<style>
span { border-color: #534890; }
span { border-color: rgb(83,72,144); }
td.TdClassName
{
border-color: #534890;
}
.TagClassName
{
border-color: #534890;
}
</style>