Shades of Victoria #5E528E
Tints of Victoria #5E528E
RGB
CMYK
RGB Variations
Color information
#5E528E (or 0x5E528E) is known color: Victoria. HEX triplet: 5E, 52 and 8E. RGB value is (94,82,142). Sum of RGB (Red+Green+Blue) = 94+82+142=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E528E is #A1AD71. Grayscale: #5C5C5C. Windows color (decimal): -10595698 or 9327198. OLE color: 9327198.
HSL color Cylindrical-coordinate representation of color #5E528E: hue angle of 252º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E528E is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 82 | 142 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.44 |
| HSL | 252º | 0.27% | 0.44% | - |
| HSV(B) | 252º | 0.42% | 0.56% | - |
| XYZ | 12.52 | 10.37 | 26.93 | - |
| YUV | 92.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 142 | 0.34 | 0.42 | 0 | 0.44 | 252 | 0.27 | 0.44 |
| Hex | 5E | 52 | 8E | 22 | 2A | 0 | 2C | FC | 1B | 2C |
| Octal | 136 | 122 | 216 | 42 | 52 | 0 | 54 | 374 | 33 | 54 |
| Binary | 1011110 | 1010010 | 10001110 | 100010 | 101010 | 0 | 101100 | 11111100 | 11011 | 101100 |
Color Harmonies of #5E528E
Complementary color
Monochromatic Colors of #5E528E
Black with #5E528E
Text Example
Text Example
White with #5E528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E528E; }
p { color: rgb(94,82,142); }
H1.HeaderClassName
{
color: #5E528E;
}
.AnyTagClassName
{
color: #5E528E;
}
</style>
background-color css
<style>
a { background-color: #5E528E; }
a { background-color: rgb(94,82,142); }
div.DivClassName
{
background-color: #5E528E;
}
.BgClassName
{
background-color: #5E528E;
}
</style>
border-color css
<style>
span { border-color: #5E528E; }
span { border-color: rgb(94,82,142); }
td.TdClassName
{
border-color: #5E528E;
}
.TagClassName
{
border-color: #5E528E;
}
</style>