Shades of Victoria #534A93
Tints of Victoria #534A93
RGB
CMYK
RGB Variations
Color information
#534A93 (or 0x534A93) is known color: Victoria. HEX triplet: 53, 4A and 93. RGB value is (83,74,147). Sum of RGB (Red+Green+Blue) = 83+74+147=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #534A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534A93 is #ACB56C. Grayscale: #545454. Windows color (decimal): -11318637 or 9652819. OLE color: 9652819.
HSL color Cylindrical-coordinate representation of color #534A93: hue angle of 247.4º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534A93 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 74 | 147 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.42 |
| HSL | 247.4º | 0.33% | 0.43% | - |
| HSV(B) | 247.4º | 0.5% | 0.58% | - |
| XYZ | 11.28 | 8.84 | 28.72 | - |
| YUV | 85.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 147 | 0.44 | 0.50 | 0 | 0.42 | 247.4 | 0.33 | 0.43 |
| Hex | 53 | 4A | 93 | 2C | 32 | 0 | 2A | F7 | 21 | 2B |
| Octal | 123 | 112 | 223 | 54 | 62 | 0 | 52 | 367 | 41 | 53 |
| Binary | 1010011 | 1001010 | 10010011 | 101100 | 110010 | 0 | 101010 | 11110111 | 100001 | 101011 |
Color Harmonies of #534A93
Complementary color
Monochromatic Colors of #534A93
Black with #534A93
Text Example
Text Example
White with #534A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A93; }
p { color: rgb(83,74,147); }
H1.HeaderClassName
{
color: #534A93;
}
.AnyTagClassName
{
color: #534A93;
}
</style>
background-color css
<style>
a { background-color: #534A93; }
a { background-color: rgb(83,74,147); }
div.DivClassName
{
background-color: #534A93;
}
.BgClassName
{
background-color: #534A93;
}
</style>
border-color css
<style>
span { border-color: #534A93; }
span { border-color: rgb(83,74,147); }
td.TdClassName
{
border-color: #534A93;
}
.TagClassName
{
border-color: #534A93;
}
</style>