Shades of Victoria #5B5884
Tints of Victoria #5B5884
RGB
CMYK
RGB Variations
Color information
#5B5884 (or 0x5B5884) is known color: Victoria. HEX triplet: 5B, 58 and 84. RGB value is (91,88,132). Sum of RGB (Red+Green+Blue) = 91+88+132=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 88 (34.77% from 255 or 28.30% 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 #5B5884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5884 is #A4A77B. Grayscale: #5D5D5D. Windows color (decimal): -10790780 or 8673371. OLE color: 8673371.
HSL color Cylindrical-coordinate representation of color #5B5884: hue angle of 244.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B5884 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 88 | 132 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.48 |
| HSL | 244.09º | 0.2% | 0.43% | - |
| HSV(B) | 244.09º | 0.33% | 0.52% | - |
| XYZ | 11.97 | 10.87 | 23.3 | - |
| YUV | 93.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 132 | 0.31 | 0.33 | 0 | 0.48 | 244.09 | 0.2 | 0.43 |
| Hex | 5B | 58 | 84 | 1F | 21 | 0 | 30 | F4 | 14 | 2B |
| Octal | 133 | 130 | 204 | 37 | 41 | 0 | 60 | 364 | 24 | 53 |
| Binary | 1011011 | 1011000 | 10000100 | 11111 | 100001 | 0 | 110000 | 11110100 | 10100 | 101011 |
Color Harmonies of #5B5884
Complementary color
Monochromatic Colors of #5B5884
Black with #5B5884
Text Example
Text Example
White with #5B5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5884; }
p { color: rgb(91,88,132); }
H1.HeaderClassName
{
color: #5B5884;
}
.AnyTagClassName
{
color: #5B5884;
}
</style>
background-color css
<style>
a { background-color: #5B5884; }
a { background-color: rgb(91,88,132); }
div.DivClassName
{
background-color: #5B5884;
}
.BgClassName
{
background-color: #5B5884;
}
</style>
border-color css
<style>
span { border-color: #5B5884; }
span { border-color: rgb(91,88,132); }
td.TdClassName
{
border-color: #5B5884;
}
.TagClassName
{
border-color: #5B5884;
}
</style>