Shades of Victoria #534B94
Tints of Victoria #534B94
RGB
CMYK
RGB Variations
Color information
#534B94 (or 0x534B94) is known color: Victoria. HEX triplet: 53, 4B and 94. RGB value is (83,75,148). Sum of RGB (Red+Green+Blue) = 83+75+148=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #534B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534B94 is #ACB46B. Grayscale: #555555. Windows color (decimal): -11318380 or 9718611. OLE color: 9718611.
HSL color Cylindrical-coordinate representation of color #534B94: hue angle of 246.58º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #534B94 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 75 | 148 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.42 |
| HSL | 246.58º | 0.33% | 0.44% | - |
| HSV(B) | 246.58º | 0.49% | 0.58% | - |
| XYZ | 11.43 | 9.01 | 29.15 | - |
| YUV | 85.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 148 | 0.44 | 0.49 | 0 | 0.42 | 246.58 | 0.33 | 0.44 |
| Hex | 53 | 4B | 94 | 2C | 31 | 0 | 2A | F7 | 21 | 2C |
| Octal | 123 | 113 | 224 | 54 | 61 | 0 | 52 | 367 | 41 | 54 |
| Binary | 1010011 | 1001011 | 10010100 | 101100 | 110001 | 0 | 101010 | 11110111 | 100001 | 101100 |
Color Harmonies of #534B94
Complementary color
Monochromatic Colors of #534B94
Black with #534B94
Text Example
Text Example
White with #534B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B94; }
p { color: rgb(83,75,148); }
H1.HeaderClassName
{
color: #534B94;
}
.AnyTagClassName
{
color: #534B94;
}
</style>
background-color css
<style>
a { background-color: #534B94; }
a { background-color: rgb(83,75,148); }
div.DivClassName
{
background-color: #534B94;
}
.BgClassName
{
background-color: #534B94;
}
</style>
border-color css
<style>
span { border-color: #534B94; }
span { border-color: rgb(83,75,148); }
td.TdClassName
{
border-color: #534B94;
}
.TagClassName
{
border-color: #534B94;
}
</style>