Shades of Victoria #534888
Tints of Victoria #534888
RGB
CMYK
RGB Variations
Color information
#534888 (or 0x534888) is known color: Victoria. HEX triplet: 53, 48 and 88. RGB value is (83,72,136). Sum of RGB (Red+Green+Blue) = 83+72+136=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #534888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534888 is #ACB777. Grayscale: #525252. Windows color (decimal): -11319160 or 8931411. OLE color: 8931411.
HSL color Cylindrical-coordinate representation of color #534888: hue angle of 250.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534888 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 72 | 136 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.47 |
| HSL | 250.31º | 0.31% | 0.41% | - |
| HSV(B) | 250.31º | 0.47% | 0.53% | - |
| XYZ | 10.33 | 8.25 | 24.34 | - |
| YUV | 82.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 136 | 0.39 | 0.47 | 0 | 0.47 | 250.31 | 0.31 | 0.41 |
| Hex | 53 | 48 | 88 | 27 | 2F | 0 | 2F | FA | 1F | 29 |
| Octal | 123 | 110 | 210 | 47 | 57 | 0 | 57 | 372 | 37 | 51 |
| Binary | 1010011 | 1001000 | 10001000 | 100111 | 101111 | 0 | 101111 | 11111010 | 11111 | 101001 |
Color Harmonies of #534888
Complementary color
Monochromatic Colors of #534888
Black with #534888
Text Example
Text Example
White with #534888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534888; }
p { color: rgb(83,72,136); }
H1.HeaderClassName
{
color: #534888;
}
.AnyTagClassName
{
color: #534888;
}
</style>
background-color css
<style>
a { background-color: #534888; }
a { background-color: rgb(83,72,136); }
div.DivClassName
{
background-color: #534888;
}
.BgClassName
{
background-color: #534888;
}
</style>
border-color css
<style>
span { border-color: #534888; }
span { border-color: rgb(83,72,136); }
td.TdClassName
{
border-color: #534888;
}
.TagClassName
{
border-color: #534888;
}
</style>