Shades of Victoria #534C91
Tints of Victoria #534C91
RGB
CMYK
RGB Variations
Color information
#534C91 (or 0x534C91) is known color: Victoria. HEX triplet: 53, 4C and 91. RGB value is (83,76,145). Sum of RGB (Red+Green+Blue) = 83+76+145=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #534C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534C91 is #ACB36E. Grayscale: #555555. Windows color (decimal): -11318127 or 9522259. OLE color: 9522259.
HSL color Cylindrical-coordinate representation of color #534C91: hue angle of 246.09º degrees, saturation: 0.31, 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 #534C91 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 76 | 145 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.43 |
| HSL | 246.09º | 0.31% | 0.43% | - |
| HSV(B) | 246.09º | 0.48% | 0.57% | - |
| XYZ | 11.26 | 9.05 | 27.94 | - |
| YUV | 85.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 145 | 0.43 | 0.48 | 0 | 0.43 | 246.09 | 0.31 | 0.43 |
| Hex | 53 | 4C | 91 | 2B | 30 | 0 | 2B | F6 | 1F | 2B |
| Octal | 123 | 114 | 221 | 53 | 60 | 0 | 53 | 366 | 37 | 53 |
| Binary | 1010011 | 1001100 | 10010001 | 101011 | 110000 | 0 | 101011 | 11110110 | 11111 | 101011 |
Color Harmonies of #534C91
Complementary color
Monochromatic Colors of #534C91
Black with #534C91
Text Example
Text Example
White with #534C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C91; }
p { color: rgb(83,76,145); }
H1.HeaderClassName
{
color: #534C91;
}
.AnyTagClassName
{
color: #534C91;
}
</style>
background-color css
<style>
a { background-color: #534C91; }
a { background-color: rgb(83,76,145); }
div.DivClassName
{
background-color: #534C91;
}
.BgClassName
{
background-color: #534C91;
}
</style>
border-color css
<style>
span { border-color: #534C91; }
span { border-color: rgb(83,76,145); }
td.TdClassName
{
border-color: #534C91;
}
.TagClassName
{
border-color: #534C91;
}
</style>