Shades of Victoria #534982
Tints of Victoria #534982
RGB
CMYK
RGB Variations
Color information
#534982 (or 0x534982) is known color: Victoria. HEX triplet: 53, 49 and 82. RGB value is (83,73,130). Sum of RGB (Red+Green+Blue) = 83+73+130=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #534982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534982 is #ACB67D. Grayscale: #525252. Windows color (decimal): -11318910 or 8538451. OLE color: 8538451.
HSL color Cylindrical-coordinate representation of color #534982: hue angle of 250.53º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534982 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 73 | 130 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.49 |
| HSL | 250.53º | 0.28% | 0.4% | - |
| HSV(B) | 250.53º | 0.44% | 0.51% | - |
| XYZ | 9.98 | 8.22 | 22.18 | - |
| YUV | 82.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 130 | 0.36 | 0.44 | 0 | 0.49 | 250.53 | 0.28 | 0.4 |
| Hex | 53 | 49 | 82 | 24 | 2C | 0 | 31 | FB | 1C | 28 |
| Octal | 123 | 111 | 202 | 44 | 54 | 0 | 61 | 373 | 34 | 50 |
| Binary | 1010011 | 1001001 | 10000010 | 100100 | 101100 | 0 | 110001 | 11111011 | 11100 | 101000 |
Color Harmonies of #534982
Complementary color
Monochromatic Colors of #534982
Black with #534982
Text Example
Text Example
White with #534982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534982; }
p { color: rgb(83,73,130); }
H1.HeaderClassName
{
color: #534982;
}
.AnyTagClassName
{
color: #534982;
}
</style>
background-color css
<style>
a { background-color: #534982; }
a { background-color: rgb(83,73,130); }
div.DivClassName
{
background-color: #534982;
}
.BgClassName
{
background-color: #534982;
}
</style>
border-color css
<style>
span { border-color: #534982; }
span { border-color: rgb(83,73,130); }
td.TdClassName
{
border-color: #534982;
}
.TagClassName
{
border-color: #534982;
}
</style>