Shades of Victoria #5E5484
Tints of Victoria #5E5484
RGB
CMYK
RGB Variations
Color information
#5E5484 (or 0x5E5484) is known color: Victoria. HEX triplet: 5E, 54 and 84. RGB value is (94,84,132). Sum of RGB (Red+Green+Blue) = 94+84+132=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E5484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5484 is #A1AB7B. Grayscale: #5C5C5C. Windows color (decimal): -10595196 or 8672350. OLE color: 8672350.
HSL color Cylindrical-coordinate representation of color #5E5484: hue angle of 252.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E5484 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 84 | 132 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.48 |
| HSL | 252.5º | 0.22% | 0.42% | - |
| HSV(B) | 252.5º | 0.36% | 0.52% | - |
| XYZ | 11.95 | 10.39 | 23.2 | - |
| YUV | 92.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 84 | 132 | 0.29 | 0.36 | 0 | 0.48 | 252.5 | 0.22 | 0.42 |
| Hex | 5E | 54 | 84 | 1D | 24 | 0 | 30 | FD | 16 | 2A |
| Octal | 136 | 124 | 204 | 35 | 44 | 0 | 60 | 375 | 26 | 52 |
| Binary | 1011110 | 1010100 | 10000100 | 11101 | 100100 | 0 | 110000 | 11111101 | 10110 | 101010 |
Color Harmonies of #5E5484
Complementary color
Monochromatic Colors of #5E5484
Black with #5E5484
Text Example
Text Example
White with #5E5484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5484; }
p { color: rgb(94,84,132); }
H1.HeaderClassName
{
color: #5E5484;
}
.AnyTagClassName
{
color: #5E5484;
}
</style>
background-color css
<style>
a { background-color: #5E5484; }
a { background-color: rgb(94,84,132); }
div.DivClassName
{
background-color: #5E5484;
}
.BgClassName
{
background-color: #5E5484;
}
</style>
border-color css
<style>
span { border-color: #5E5484; }
span { border-color: rgb(94,84,132); }
td.TdClassName
{
border-color: #5E5484;
}
.TagClassName
{
border-color: #5E5484;
}
</style>