Shades of Victoria #534B71
Tints of Victoria #534B71
RGB
CMYK
RGB Variations
Color information
#534B71 (or 0x534B71) is known color: Victoria. HEX triplet: 53, 4B and 71. RGB value is (83,75,113). Sum of RGB (Red+Green+Blue) = 83+75+113=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #534B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B71 is #ACB48E. Grayscale: #515151. Windows color (decimal): -11318415 or 7424851. OLE color: 7424851.
HSL color Cylindrical-coordinate representation of color #534B71: hue angle of 252.63º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #534B71 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 75 | 113 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.56 |
| HSL | 252.63º | 0.2% | 0.37% | - |
| HSV(B) | 252.63º | 0.34% | 0.44% | - |
| XYZ | 9.06 | 8.06 | 16.7 | - |
| YUV | 81.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 113 | 0.27 | 0.34 | 0 | 0.56 | 252.63 | 0.2 | 0.37 |
| Hex | 53 | 4B | 71 | 1B | 22 | 0 | 38 | FD | 14 | 25 |
| Octal | 123 | 113 | 161 | 33 | 42 | 0 | 70 | 375 | 24 | 45 |
| Binary | 1010011 | 1001011 | 1110001 | 11011 | 100010 | 0 | 111000 | 11111101 | 10100 | 100101 |
Color Harmonies of #534B71
Complementary color
Monochromatic Colors of #534B71
Black with #534B71
Text Example
Text Example
White with #534B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B71; }
p { color: rgb(83,75,113); }
H1.HeaderClassName
{
color: #534B71;
}
.AnyTagClassName
{
color: #534B71;
}
</style>
background-color css
<style>
a { background-color: #534B71; }
a { background-color: rgb(83,75,113); }
div.DivClassName
{
background-color: #534B71;
}
.BgClassName
{
background-color: #534B71;
}
</style>
border-color css
<style>
span { border-color: #534B71; }
span { border-color: rgb(83,75,113); }
td.TdClassName
{
border-color: #534B71;
}
.TagClassName
{
border-color: #534B71;
}
</style>