Shades of Victoria #534783
Tints of Victoria #534783
RGB
CMYK
RGB Variations
Color information
#534783 (or 0x534783) is known color: Victoria. HEX triplet: 53, 47 and 83. RGB value is (83,71,131). Sum of RGB (Red+Green+Blue) = 83+71+131=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #534783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534783 is #ACB87C. Grayscale: #515151. Windows color (decimal): -11319421 or 8603475. OLE color: 8603475.
HSL color Cylindrical-coordinate representation of color #534783: hue angle of 252º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534783 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 71 | 131 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.49 |
| HSL | 252º | 0.3% | 0.4% | - |
| HSV(B) | 252º | 0.46% | 0.51% | - |
| XYZ | 9.92 | 7.98 | 22.49 | - |
| YUV | 81.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 131 | 0.37 | 0.46 | 0 | 0.49 | 252 | 0.3 | 0.4 |
| Hex | 53 | 47 | 83 | 25 | 2E | 0 | 31 | FC | 1E | 28 |
| Octal | 123 | 107 | 203 | 45 | 56 | 0 | 61 | 374 | 36 | 50 |
| Binary | 1010011 | 1000111 | 10000011 | 100101 | 101110 | 0 | 110001 | 11111100 | 11110 | 101000 |
Color Harmonies of #534783
Complementary color
Monochromatic Colors of #534783
Black with #534783
Text Example
Text Example
White with #534783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534783; }
p { color: rgb(83,71,131); }
H1.HeaderClassName
{
color: #534783;
}
.AnyTagClassName
{
color: #534783;
}
</style>
background-color css
<style>
a { background-color: #534783; }
a { background-color: rgb(83,71,131); }
div.DivClassName
{
background-color: #534783;
}
.BgClassName
{
background-color: #534783;
}
</style>
border-color css
<style>
span { border-color: #534783; }
span { border-color: rgb(83,71,131); }
td.TdClassName
{
border-color: #534783;
}
.TagClassName
{
border-color: #534783;
}
</style>