Shades of Victoria #5E4F90
Tints of Victoria #5E4F90
RGB
CMYK
RGB Variations
Color information
#5E4F90 (or 0x5E4F90) is known color: Victoria. HEX triplet: 5E, 4F and 90. RGB value is (94,79,144). Sum of RGB (Red+Green+Blue) = 94+79+144=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E4F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4F90 is #A1B06F. Grayscale: #5A5A5A. Windows color (decimal): -10596464 or 9457502. OLE color: 9457502.
HSL color Cylindrical-coordinate representation of color #5E4F90: hue angle of 253.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E4F90 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 79 | 144 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.44 |
| HSL | 253.85º | 0.29% | 0.44% | - |
| HSV(B) | 253.85º | 0.45% | 0.56% | - |
| XYZ | 12.45 | 9.99 | 27.66 | - |
| YUV | 90.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 144 | 0.35 | 0.45 | 0 | 0.44 | 253.85 | 0.29 | 0.44 |
| Hex | 5E | 4F | 90 | 23 | 2D | 0 | 2C | FE | 1D | 2C |
| Octal | 136 | 117 | 220 | 43 | 55 | 0 | 54 | 376 | 35 | 54 |
| Binary | 1011110 | 1001111 | 10010000 | 100011 | 101101 | 0 | 101100 | 11111110 | 11101 | 101100 |
Color Harmonies of #5E4F90
Complementary color
Monochromatic Colors of #5E4F90
Black with #5E4F90
Text Example
Text Example
White with #5E4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4F90; }
p { color: rgb(94,79,144); }
H1.HeaderClassName
{
color: #5E4F90;
}
.AnyTagClassName
{
color: #5E4F90;
}
</style>
background-color css
<style>
a { background-color: #5E4F90; }
a { background-color: rgb(94,79,144); }
div.DivClassName
{
background-color: #5E4F90;
}
.BgClassName
{
background-color: #5E4F90;
}
</style>
border-color css
<style>
span { border-color: #5E4F90; }
span { border-color: rgb(94,79,144); }
td.TdClassName
{
border-color: #5E4F90;
}
.TagClassName
{
border-color: #5E4F90;
}
</style>