Shades of Victoria #5E5287
Tints of Victoria #5E5287
RGB
CMYK
RGB Variations
Color information
#5E5287 (or 0x5E5287) is known color: Victoria. HEX triplet: 5E, 52 and 87. RGB value is (94,82,135). Sum of RGB (Red+Green+Blue) = 94+82+135=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E5287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5287 is #A1AD78. Grayscale: #5B5B5B. Windows color (decimal): -10595705 or 8868446. OLE color: 8868446.
HSL color Cylindrical-coordinate representation of color #5E5287: hue angle of 253.58º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E5287 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 82 | 135 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.47 |
| HSL | 253.58º | 0.24% | 0.43% | - |
| HSV(B) | 253.58º | 0.39% | 0.53% | - |
| XYZ | 12.01 | 10.16 | 24.25 | - |
| YUV | 91.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 135 | 0.30 | 0.39 | 0 | 0.47 | 253.58 | 0.24 | 0.43 |
| Hex | 5E | 52 | 87 | 1E | 27 | 0 | 2F | FE | 18 | 2B |
| Octal | 136 | 122 | 207 | 36 | 47 | 0 | 57 | 376 | 30 | 53 |
| Binary | 1011110 | 1010010 | 10000111 | 11110 | 100111 | 0 | 101111 | 11111110 | 11000 | 101011 |
Color Harmonies of #5E5287
Complementary color
Monochromatic Colors of #5E5287
Black with #5E5287
Text Example
Text Example
White with #5E5287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5287; }
p { color: rgb(94,82,135); }
H1.HeaderClassName
{
color: #5E5287;
}
.AnyTagClassName
{
color: #5E5287;
}
</style>
background-color css
<style>
a { background-color: #5E5287; }
a { background-color: rgb(94,82,135); }
div.DivClassName
{
background-color: #5E5287;
}
.BgClassName
{
background-color: #5E5287;
}
</style>
border-color css
<style>
span { border-color: #5E5287; }
span { border-color: rgb(94,82,135); }
td.TdClassName
{
border-color: #5E5287;
}
.TagClassName
{
border-color: #5E5287;
}
</style>