Shades of Victoria #534A81
Tints of Victoria #534A81
RGB
CMYK
RGB Variations
Color information
#534A81 (or 0x534A81) is known color: Victoria. HEX triplet: 53, 4A and 81. RGB value is (83,74,129). Sum of RGB (Red+Green+Blue) = 83+74+129=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #534A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534A81 is #ACB57E. Grayscale: #525252. Windows color (decimal): -11318655 or 8473171. OLE color: 8473171.
HSL color Cylindrical-coordinate representation of color #534A81: hue angle of 249.82º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #534A81 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 74 | 129 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.49 |
| HSL | 249.82º | 0.27% | 0.4% | - |
| HSV(B) | 249.82º | 0.43% | 0.51% | - |
| XYZ | 9.98 | 8.32 | 21.85 | - |
| YUV | 82.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 129 | 0.36 | 0.43 | 0 | 0.49 | 249.82 | 0.27 | 0.4 |
| Hex | 53 | 4A | 81 | 24 | 2B | 0 | 31 | FA | 1B | 28 |
| Octal | 123 | 112 | 201 | 44 | 53 | 0 | 61 | 372 | 33 | 50 |
| Binary | 1010011 | 1001010 | 10000001 | 100100 | 101011 | 0 | 110001 | 11111010 | 11011 | 101000 |
Color Harmonies of #534A81
Complementary color
Monochromatic Colors of #534A81
Black with #534A81
Text Example
Text Example
White with #534A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A81; }
p { color: rgb(83,74,129); }
H1.HeaderClassName
{
color: #534A81;
}
.AnyTagClassName
{
color: #534A81;
}
</style>
background-color css
<style>
a { background-color: #534A81; }
a { background-color: rgb(83,74,129); }
div.DivClassName
{
background-color: #534A81;
}
.BgClassName
{
background-color: #534A81;
}
</style>
border-color css
<style>
span { border-color: #534A81; }
span { border-color: rgb(83,74,129); }
td.TdClassName
{
border-color: #534A81;
}
.TagClassName
{
border-color: #534A81;
}
</style>