Shades of Victoria #5B5286
Tints of Victoria #5B5286
RGB
CMYK
RGB Variations
Color information
#5B5286 (or 0x5B5286) is known color: Victoria. HEX triplet: 5B, 52 and 86. RGB value is (91,82,134). Sum of RGB (Red+Green+Blue) = 91+82+134=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B5286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5286 is #A4AD79. Grayscale: #5A5A5A. Windows color (decimal): -10792314 or 8802907. OLE color: 8802907.
HSL color Cylindrical-coordinate representation of color #5B5286: hue angle of 250.38º 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 #5B5286 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 82 | 134 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.47 |
| HSL | 250.38º | 0.24% | 0.42% | - |
| HSV(B) | 250.38º | 0.39% | 0.53% | - |
| XYZ | 11.63 | 9.98 | 23.87 | - |
| YUV | 90.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 134 | 0.32 | 0.39 | 0 | 0.47 | 250.38 | 0.24 | 0.42 |
| Hex | 5B | 52 | 86 | 20 | 27 | 0 | 2F | FA | 18 | 2A |
| Octal | 133 | 122 | 206 | 40 | 47 | 0 | 57 | 372 | 30 | 52 |
| Binary | 1011011 | 1010010 | 10000110 | 100000 | 100111 | 0 | 101111 | 11111010 | 11000 | 101010 |
Color Harmonies of #5B5286
Complementary color
Monochromatic Colors of #5B5286
Black with #5B5286
Text Example
Text Example
White with #5B5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5286; }
p { color: rgb(91,82,134); }
H1.HeaderClassName
{
color: #5B5286;
}
.AnyTagClassName
{
color: #5B5286;
}
</style>
background-color css
<style>
a { background-color: #5B5286; }
a { background-color: rgb(91,82,134); }
div.DivClassName
{
background-color: #5B5286;
}
.BgClassName
{
background-color: #5B5286;
}
</style>
border-color css
<style>
span { border-color: #5B5286; }
span { border-color: rgb(91,82,134); }
td.TdClassName
{
border-color: #5B5286;
}
.TagClassName
{
border-color: #5B5286;
}
</style>