Shades of Victoria #5E5286
Tints of Victoria #5E5286
RGB
CMYK
RGB Variations
Color information
#5E5286 (or 0x5E5286) is known color: Victoria. HEX triplet: 5E, 52 and 86. RGB value is (94,82,134). Sum of RGB (Red+Green+Blue) = 94+82+134=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E5286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5286 is #A1AD79. Grayscale: #5B5B5B. Windows color (decimal): -10595706 or 8802910. OLE color: 8802910.
HSL color Cylindrical-coordinate representation of color #5E5286: hue angle of 253.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E5286 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 82 | 134 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.47 |
| HSL | 253.85º | 0.24% | 0.42% | - |
| HSV(B) | 253.85º | 0.39% | 0.53% | - |
| XYZ | 11.94 | 10.14 | 23.88 | - |
| YUV | 91.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 134 | 0.30 | 0.39 | 0 | 0.47 | 253.85 | 0.24 | 0.42 |
| Hex | 5E | 52 | 86 | 1E | 27 | 0 | 2F | FE | 18 | 2A |
| Octal | 136 | 122 | 206 | 36 | 47 | 0 | 57 | 376 | 30 | 52 |
| Binary | 1011110 | 1010010 | 10000110 | 11110 | 100111 | 0 | 101111 | 11111110 | 11000 | 101010 |
Color Harmonies of #5E5286
Complementary color
Monochromatic Colors of #5E5286
Black with #5E5286
Text Example
Text Example
White with #5E5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5286; }
p { color: rgb(94,82,134); }
H1.HeaderClassName
{
color: #5E5286;
}
.AnyTagClassName
{
color: #5E5286;
}
</style>
background-color css
<style>
a { background-color: #5E5286; }
a { background-color: rgb(94,82,134); }
div.DivClassName
{
background-color: #5E5286;
}
.BgClassName
{
background-color: #5E5286;
}
</style>
border-color css
<style>
span { border-color: #5E5286; }
span { border-color: rgb(94,82,134); }
td.TdClassName
{
border-color: #5E5286;
}
.TagClassName
{
border-color: #5E5286;
}
</style>