Shades of Victoria #534883
Tints of Victoria #534883
RGB
CMYK
RGB Variations
Color information
#534883 (or 0x534883) is known color: Victoria. HEX triplet: 53, 48 and 83. RGB value is (83,72,131). Sum of RGB (Red+Green+Blue) = 83+72+131=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #534883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534883 is #ACB77C. Grayscale: #515151. Windows color (decimal): -11319165 or 8603731. OLE color: 8603731.
HSL color Cylindrical-coordinate representation of color #534883: hue angle of 251.19º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #534883 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 72 | 131 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.49 |
| HSL | 251.19º | 0.29% | 0.4% | - |
| HSV(B) | 251.19º | 0.45% | 0.51% | - |
| XYZ | 9.98 | 8.11 | 22.51 | - |
| YUV | 82.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 131 | 0.37 | 0.45 | 0 | 0.49 | 251.19 | 0.29 | 0.4 |
| Hex | 53 | 48 | 83 | 25 | 2D | 0 | 31 | FB | 1D | 28 |
| Octal | 123 | 110 | 203 | 45 | 55 | 0 | 61 | 373 | 35 | 50 |
| Binary | 1010011 | 1001000 | 10000011 | 100101 | 101101 | 0 | 110001 | 11111011 | 11101 | 101000 |
Color Harmonies of #534883
Complementary color
Monochromatic Colors of #534883
Black with #534883
Text Example
Text Example
White with #534883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534883; }
p { color: rgb(83,72,131); }
H1.HeaderClassName
{
color: #534883;
}
.AnyTagClassName
{
color: #534883;
}
</style>
background-color css
<style>
a { background-color: #534883; }
a { background-color: rgb(83,72,131); }
div.DivClassName
{
background-color: #534883;
}
.BgClassName
{
background-color: #534883;
}
</style>
border-color css
<style>
span { border-color: #534883; }
span { border-color: rgb(83,72,131); }
td.TdClassName
{
border-color: #534883;
}
.TagClassName
{
border-color: #534883;
}
</style>