Shades of Victoria #534B91
Tints of Victoria #534B91
RGB
CMYK
RGB Variations
Color information
#534B91 (or 0x534B91) is known color: Victoria. HEX triplet: 53, 4B and 91. RGB value is (83,75,145). Sum of RGB (Red+Green+Blue) = 83+75+145=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #534B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534B91 is #ACB46E. Grayscale: #555555. Windows color (decimal): -11318383 or 9522003. OLE color: 9522003.
HSL color Cylindrical-coordinate representation of color #534B91: hue angle of 246.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #534B91 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 75 | 145 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.43 |
| HSL | 246.86º | 0.32% | 0.43% | - |
| HSV(B) | 246.86º | 0.48% | 0.57% | - |
| XYZ | 11.19 | 8.92 | 27.92 | - |
| YUV | 85.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 145 | 0.43 | 0.48 | 0 | 0.43 | 246.86 | 0.32 | 0.43 |
| Hex | 53 | 4B | 91 | 2B | 30 | 0 | 2B | F7 | 20 | 2B |
| Octal | 123 | 113 | 221 | 53 | 60 | 0 | 53 | 367 | 40 | 53 |
| Binary | 1010011 | 1001011 | 10010001 | 101011 | 110000 | 0 | 101011 | 11110111 | 100000 | 101011 |
Color Harmonies of #534B91
Complementary color
Monochromatic Colors of #534B91
Black with #534B91
Text Example
Text Example
White with #534B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B91; }
p { color: rgb(83,75,145); }
H1.HeaderClassName
{
color: #534B91;
}
.AnyTagClassName
{
color: #534B91;
}
</style>
background-color css
<style>
a { background-color: #534B91; }
a { background-color: rgb(83,75,145); }
div.DivClassName
{
background-color: #534B91;
}
.BgClassName
{
background-color: #534B91;
}
</style>
border-color css
<style>
span { border-color: #534B91; }
span { border-color: rgb(83,75,145); }
td.TdClassName
{
border-color: #534B91;
}
.TagClassName
{
border-color: #534B91;
}
</style>