Shades of Victoria #5E5584
Tints of Victoria #5E5584
RGB
CMYK
RGB Variations
Color information
#5E5584 (or 0x5E5584) is known color: Victoria. HEX triplet: 5E, 55 and 84. RGB value is (94,85,132). Sum of RGB (Red+Green+Blue) = 94+85+132=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E5584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5584 is #A1AA7B. Grayscale: #5C5C5C. Windows color (decimal): -10594940 or 8672606. OLE color: 8672606.
HSL color Cylindrical-coordinate representation of color #5E5584: hue angle of 251.49º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E5584 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 85 | 132 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.48 |
| HSL | 251.49º | 0.22% | 0.43% | - |
| HSV(B) | 251.49º | 0.36% | 0.52% | - |
| XYZ | 12.03 | 10.54 | 23.23 | - |
| YUV | 93.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 132 | 0.29 | 0.36 | 0 | 0.48 | 251.49 | 0.22 | 0.43 |
| Hex | 5E | 55 | 84 | 1D | 24 | 0 | 30 | FB | 16 | 2B |
| Octal | 136 | 125 | 204 | 35 | 44 | 0 | 60 | 373 | 26 | 53 |
| Binary | 1011110 | 1010101 | 10000100 | 11101 | 100100 | 0 | 110000 | 11111011 | 10110 | 101011 |
Color Harmonies of #5E5584
Complementary color
Monochromatic Colors of #5E5584
Black with #5E5584
Text Example
Text Example
White with #5E5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5584; }
p { color: rgb(94,85,132); }
H1.HeaderClassName
{
color: #5E5584;
}
.AnyTagClassName
{
color: #5E5584;
}
</style>
background-color css
<style>
a { background-color: #5E5584; }
a { background-color: rgb(94,85,132); }
div.DivClassName
{
background-color: #5E5584;
}
.BgClassName
{
background-color: #5E5584;
}
</style>
border-color css
<style>
span { border-color: #5E5584; }
span { border-color: rgb(94,85,132); }
td.TdClassName
{
border-color: #5E5584;
}
.TagClassName
{
border-color: #5E5584;
}
</style>