Shades of Victoria #534B79
Tints of Victoria #534B79
RGB
CMYK
RGB Variations
Color information
#534B79 (or 0x534B79) is known color: Victoria. HEX triplet: 53, 4B and 79. RGB value is (83,75,121). Sum of RGB (Red+Green+Blue) = 83+75+121=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #534B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B79 is #ACB486. Grayscale: #525252. Windows color (decimal): -11318407 or 7949139. OLE color: 7949139.
HSL color Cylindrical-coordinate representation of color #534B79: hue angle of 250.43º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #534B79 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 75 | 121 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.53 |
| HSL | 250.43º | 0.23% | 0.38% | - |
| HSV(B) | 250.43º | 0.38% | 0.47% | - |
| XYZ | 9.53 | 8.25 | 19.18 | - |
| YUV | 82.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 121 | 0.31 | 0.38 | 0 | 0.53 | 250.43 | 0.23 | 0.38 |
| Hex | 53 | 4B | 79 | 1F | 26 | 0 | 35 | FA | 17 | 26 |
| Octal | 123 | 113 | 171 | 37 | 46 | 0 | 65 | 372 | 27 | 46 |
| Binary | 1010011 | 1001011 | 1111001 | 11111 | 100110 | 0 | 110101 | 11111010 | 10111 | 100110 |
Color Harmonies of #534B79
Complementary color
Monochromatic Colors of #534B79
Black with #534B79
Text Example
Text Example
White with #534B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B79; }
p { color: rgb(83,75,121); }
H1.HeaderClassName
{
color: #534B79;
}
.AnyTagClassName
{
color: #534B79;
}
</style>
background-color css
<style>
a { background-color: #534B79; }
a { background-color: rgb(83,75,121); }
div.DivClassName
{
background-color: #534B79;
}
.BgClassName
{
background-color: #534B79;
}
</style>
border-color css
<style>
span { border-color: #534B79; }
span { border-color: rgb(83,75,121); }
td.TdClassName
{
border-color: #534B79;
}
.TagClassName
{
border-color: #534B79;
}
</style>