Shades of Victoria #5E528B
Tints of Victoria #5E528B
RGB
CMYK
RGB Variations
Color information
#5E528B (or 0x5E528B) is known color: Victoria. HEX triplet: 5E, 52 and 8B. RGB value is (94,82,139). Sum of RGB (Red+Green+Blue) = 94+82+139=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E528B is #A1AD74. Grayscale: #5B5B5B. Windows color (decimal): -10595701 or 9130590. OLE color: 9130590.
HSL color Cylindrical-coordinate representation of color #5E528B: hue angle of 252.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E528B is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 82 | 139 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.45 |
| HSL | 252.63º | 0.26% | 0.43% | - |
| HSV(B) | 252.63º | 0.41% | 0.55% | - |
| XYZ | 12.29 | 10.28 | 25.76 | - |
| YUV | 92.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 139 | 0.32 | 0.41 | 0 | 0.45 | 252.63 | 0.26 | 0.43 |
| Hex | 5E | 52 | 8B | 20 | 29 | 0 | 2D | FD | 1A | 2B |
| Octal | 136 | 122 | 213 | 40 | 51 | 0 | 55 | 375 | 32 | 53 |
| Binary | 1011110 | 1010010 | 10001011 | 100000 | 101001 | 0 | 101101 | 11111101 | 11010 | 101011 |
Color Harmonies of #5E528B
Complementary color
Monochromatic Colors of #5E528B
Black with #5E528B
Text Example
Text Example
White with #5E528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E528B; }
p { color: rgb(94,82,139); }
H1.HeaderClassName
{
color: #5E528B;
}
.AnyTagClassName
{
color: #5E528B;
}
</style>
background-color css
<style>
a { background-color: #5E528B; }
a { background-color: rgb(94,82,139); }
div.DivClassName
{
background-color: #5E528B;
}
.BgClassName
{
background-color: #5E528B;
}
</style>
border-color css
<style>
span { border-color: #5E528B; }
span { border-color: rgb(94,82,139); }
td.TdClassName
{
border-color: #5E528B;
}
.TagClassName
{
border-color: #5E528B;
}
</style>