Shades of Victoria #5E4E89
Tints of Victoria #5E4E89
RGB
CMYK
RGB Variations
Color information
#5E4E89 (or 0x5E4E89) is known color: Victoria. HEX triplet: 5E, 4E and 89. RGB value is (94,78,137). Sum of RGB (Red+Green+Blue) = 94+78+137=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E4E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4E89 is #A1B176. Grayscale: #595959. Windows color (decimal): -10596727 or 8998494. OLE color: 8998494.
HSL color Cylindrical-coordinate representation of color #5E4E89: hue angle of 256.27º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E4E89 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 78 | 137 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.46 |
| HSL | 256.27º | 0.27% | 0.42% | - |
| HSV(B) | 256.27º | 0.43% | 0.54% | - |
| XYZ | 11.86 | 9.63 | 24.9 | - |
| YUV | 89.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 137 | 0.31 | 0.43 | 0 | 0.46 | 256.27 | 0.27 | 0.42 |
| Hex | 5E | 4E | 89 | 1F | 2B | 0 | 2E | 100 | 1B | 2A |
| Octal | 136 | 116 | 211 | 37 | 53 | 0 | 56 | 400 | 33 | 52 |
| Binary | 1011110 | 1001110 | 10001001 | 11111 | 101011 | 0 | 101110 | 100000000 | 11011 | 101010 |
Color Harmonies of #5E4E89
Complementary color
Monochromatic Colors of #5E4E89
Black with #5E4E89
Text Example
Text Example
White with #5E4E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4E89; }
p { color: rgb(94,78,137); }
H1.HeaderClassName
{
color: #5E4E89;
}
.AnyTagClassName
{
color: #5E4E89;
}
</style>
background-color css
<style>
a { background-color: #5E4E89; }
a { background-color: rgb(94,78,137); }
div.DivClassName
{
background-color: #5E4E89;
}
.BgClassName
{
background-color: #5E4E89;
}
</style>
border-color css
<style>
span { border-color: #5E4E89; }
span { border-color: rgb(94,78,137); }
td.TdClassName
{
border-color: #5E4E89;
}
.TagClassName
{
border-color: #5E4E89;
}
</style>