Shades of Victoria #534A8F
Tints of Victoria #534A8F
RGB
CMYK
RGB Variations
Color information
#534A8F (or 0x534A8F) is known color: Victoria. HEX triplet: 53, 4A and 8F. RGB value is (83,74,143). Sum of RGB (Red+Green+Blue) = 83+74+143=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #534A8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534A8F is #ACB570. Grayscale: #545454. Windows color (decimal): -11318641 or 9390675. OLE color: 9390675.
HSL color Cylindrical-coordinate representation of color #534A8F: hue angle of 247.83º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #534A8F is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 74 | 143 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.44 |
| HSL | 247.83º | 0.32% | 0.43% | - |
| HSV(B) | 247.83º | 0.48% | 0.56% | - |
| XYZ | 10.97 | 8.72 | 27.09 | - |
| YUV | 84.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 143 | 0.42 | 0.48 | 0 | 0.44 | 247.83 | 0.32 | 0.43 |
| Hex | 53 | 4A | 8F | 2A | 30 | 0 | 2C | F8 | 20 | 2B |
| Octal | 123 | 112 | 217 | 52 | 60 | 0 | 54 | 370 | 40 | 53 |
| Binary | 1010011 | 1001010 | 10001111 | 101010 | 110000 | 0 | 101100 | 11111000 | 100000 | 101011 |
Color Harmonies of #534A8F
Complementary color
Monochromatic Colors of #534A8F
Black with #534A8F
Text Example
Text Example
White with #534A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A8F; }
p { color: rgb(83,74,143); }
H1.HeaderClassName
{
color: #534A8F;
}
.AnyTagClassName
{
color: #534A8F;
}
</style>
background-color css
<style>
a { background-color: #534A8F; }
a { background-color: rgb(83,74,143); }
div.DivClassName
{
background-color: #534A8F;
}
.BgClassName
{
background-color: #534A8F;
}
</style>
border-color css
<style>
span { border-color: #534A8F; }
span { border-color: rgb(83,74,143); }
td.TdClassName
{
border-color: #534A8F;
}
.TagClassName
{
border-color: #534A8F;
}
</style>