Shades of Victoria #534683
Tints of Victoria #534683
RGB
CMYK
RGB Variations
Color information
#534683 (or 0x534683) is known color: Victoria. HEX triplet: 53, 46 and 83. RGB value is (83,70,131). Sum of RGB (Red+Green+Blue) = 83+70+131=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #534683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534683 is #ACB97C. Grayscale: #505050. Windows color (decimal): -11319677 or 8603219. OLE color: 8603219.
HSL color Cylindrical-coordinate representation of color #534683: hue angle of 252.79º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534683 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 70 | 131 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.49 |
| HSL | 252.79º | 0.3% | 0.39% | - |
| HSV(B) | 252.79º | 0.47% | 0.51% | - |
| XYZ | 9.85 | 7.86 | 22.47 | - |
| YUV | 80.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 131 | 0.37 | 0.47 | 0 | 0.49 | 252.79 | 0.3 | 0.39 |
| Hex | 53 | 46 | 83 | 25 | 2F | 0 | 31 | FD | 1E | 27 |
| Octal | 123 | 106 | 203 | 45 | 57 | 0 | 61 | 375 | 36 | 47 |
| Binary | 1010011 | 1000110 | 10000011 | 100101 | 101111 | 0 | 110001 | 11111101 | 11110 | 100111 |
Color Harmonies of #534683
Complementary color
Monochromatic Colors of #534683
Black with #534683
Text Example
Text Example
White with #534683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534683; }
p { color: rgb(83,70,131); }
H1.HeaderClassName
{
color: #534683;
}
.AnyTagClassName
{
color: #534683;
}
</style>
background-color css
<style>
a { background-color: #534683; }
a { background-color: rgb(83,70,131); }
div.DivClassName
{
background-color: #534683;
}
.BgClassName
{
background-color: #534683;
}
</style>
border-color css
<style>
span { border-color: #534683; }
span { border-color: rgb(83,70,131); }
td.TdClassName
{
border-color: #534683;
}
.TagClassName
{
border-color: #534683;
}
</style>