Shades of Victoria #5E4F82
Tints of Victoria #5E4F82
RGB
CMYK
RGB Variations
Color information
#5E4F82 (or 0x5E4F82) is known color: Victoria. HEX triplet: 5E, 4F and 82. RGB value is (94,79,130). Sum of RGB (Red+Green+Blue) = 94+79+130=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E4F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4F82 is #A1B07D. Grayscale: #595959. Windows color (decimal): -10596478 or 8539998. OLE color: 8539998.
HSL color Cylindrical-coordinate representation of color #5E4F82: hue angle of 257.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E4F82 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 79 | 130 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.49 |
| HSL | 257.65º | 0.24% | 0.41% | - |
| HSV(B) | 257.65º | 0.39% | 0.51% | - |
| XYZ | 11.44 | 9.58 | 22.37 | - |
| YUV | 89.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 130 | 0.28 | 0.39 | 0 | 0.49 | 257.65 | 0.24 | 0.41 |
| Hex | 5E | 4F | 82 | 1C | 27 | 0 | 31 | 102 | 18 | 29 |
| Octal | 136 | 117 | 202 | 34 | 47 | 0 | 61 | 402 | 30 | 51 |
| Binary | 1011110 | 1001111 | 10000010 | 11100 | 100111 | 0 | 110001 | 100000010 | 11000 | 101001 |
Color Harmonies of #5E4F82
Complementary color
Monochromatic Colors of #5E4F82
Black with #5E4F82
Text Example
Text Example
White with #5E4F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4F82; }
p { color: rgb(94,79,130); }
H1.HeaderClassName
{
color: #5E4F82;
}
.AnyTagClassName
{
color: #5E4F82;
}
</style>
background-color css
<style>
a { background-color: #5E4F82; }
a { background-color: rgb(94,79,130); }
div.DivClassName
{
background-color: #5E4F82;
}
.BgClassName
{
background-color: #5E4F82;
}
</style>
border-color css
<style>
span { border-color: #5E4F82; }
span { border-color: rgb(94,79,130); }
td.TdClassName
{
border-color: #5E4F82;
}
.TagClassName
{
border-color: #5E4F82;
}
</style>