Shades of Victoria #534B89
Tints of Victoria #534B89
RGB
CMYK
RGB Variations
Color information
#534B89 (or 0x534B89) is known color: Victoria. HEX triplet: 53, 4B and 89. RGB value is (83,75,137). Sum of RGB (Red+Green+Blue) = 83+75+137=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #534B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534B89 is #ACB476. Grayscale: #545454. Windows color (decimal): -11318391 or 8997715. OLE color: 8997715.
HSL color Cylindrical-coordinate representation of color #534B89: hue angle of 247.74º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #534B89 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 75 | 137 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.46 |
| HSL | 247.74º | 0.29% | 0.42% | - |
| HSV(B) | 247.74º | 0.45% | 0.54% | - |
| XYZ | 10.6 | 8.68 | 24.78 | - |
| YUV | 84.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 137 | 0.39 | 0.45 | 0 | 0.46 | 247.74 | 0.29 | 0.42 |
| Hex | 53 | 4B | 89 | 27 | 2D | 0 | 2E | F8 | 1D | 2A |
| Octal | 123 | 113 | 211 | 47 | 55 | 0 | 56 | 370 | 35 | 52 |
| Binary | 1010011 | 1001011 | 10001001 | 100111 | 101101 | 0 | 101110 | 11111000 | 11101 | 101010 |
Color Harmonies of #534B89
Complementary color
Monochromatic Colors of #534B89
Black with #534B89
Text Example
Text Example
White with #534B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B89; }
p { color: rgb(83,75,137); }
H1.HeaderClassName
{
color: #534B89;
}
.AnyTagClassName
{
color: #534B89;
}
</style>
background-color css
<style>
a { background-color: #534B89; }
a { background-color: rgb(83,75,137); }
div.DivClassName
{
background-color: #534B89;
}
.BgClassName
{
background-color: #534B89;
}
</style>
border-color css
<style>
span { border-color: #534B89; }
span { border-color: rgb(83,75,137); }
td.TdClassName
{
border-color: #534B89;
}
.TagClassName
{
border-color: #534B89;
}
</style>