Shades of Victoria #534A88
Tints of Victoria #534A88
RGB
CMYK
RGB Variations
Color information
#534A88 (or 0x534A88) is known color: Victoria. HEX triplet: 53, 4A and 88. RGB value is (83,74,136). Sum of RGB (Red+Green+Blue) = 83+74+136=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #534A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534A88 is #ACB577. Grayscale: #535353. Windows color (decimal): -11318648 or 8931923. OLE color: 8931923.
HSL color Cylindrical-coordinate representation of color #534A88: hue angle of 248.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534A88 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 74 | 136 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.47 |
| HSL | 248.71º | 0.3% | 0.41% | - |
| HSV(B) | 248.71º | 0.46% | 0.53% | - |
| XYZ | 10.46 | 8.51 | 24.38 | - |
| YUV | 83.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 136 | 0.39 | 0.46 | 0 | 0.47 | 248.71 | 0.3 | 0.41 |
| Hex | 53 | 4A | 88 | 27 | 2E | 0 | 2F | F9 | 1E | 29 |
| Octal | 123 | 112 | 210 | 47 | 56 | 0 | 57 | 371 | 36 | 51 |
| Binary | 1010011 | 1001010 | 10001000 | 100111 | 101110 | 0 | 101111 | 11111001 | 11110 | 101001 |
Color Harmonies of #534A88
Complementary color
Monochromatic Colors of #534A88
Black with #534A88
Text Example
Text Example
White with #534A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A88; }
p { color: rgb(83,74,136); }
H1.HeaderClassName
{
color: #534A88;
}
.AnyTagClassName
{
color: #534A88;
}
</style>
background-color css
<style>
a { background-color: #534A88; }
a { background-color: rgb(83,74,136); }
div.DivClassName
{
background-color: #534A88;
}
.BgClassName
{
background-color: #534A88;
}
</style>
border-color css
<style>
span { border-color: #534A88; }
span { border-color: rgb(83,74,136); }
td.TdClassName
{
border-color: #534A88;
}
.TagClassName
{
border-color: #534A88;
}
</style>