Shades of Victoria #5B5882
Tints of Victoria #5B5882
RGB
CMYK
RGB Variations
Color information
#5B5882 (or 0x5B5882) is known color: Victoria. HEX triplet: 5B, 58 and 82. RGB value is (91,88,130). Sum of RGB (Red+Green+Blue) = 91+88+130=309 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.45% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B5882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5882 is #A4A77D. Grayscale: #5D5D5D. Windows color (decimal): -10790782 or 8542299. OLE color: 8542299.
HSL color Cylindrical-coordinate representation of color #5B5882: hue angle of 244.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B5882 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 88 | 130 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.49 |
| HSL | 244.29º | 0.19% | 0.43% | - |
| HSV(B) | 244.29º | 0.32% | 0.51% | - |
| XYZ | 11.83 | 10.82 | 22.58 | - |
| YUV | 93.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 130 | 0.30 | 0.32 | 0 | 0.49 | 244.29 | 0.19 | 0.43 |
| Hex | 5B | 58 | 82 | 1E | 20 | 0 | 31 | F4 | 13 | 2B |
| Octal | 133 | 130 | 202 | 36 | 40 | 0 | 61 | 364 | 23 | 53 |
| Binary | 1011011 | 1011000 | 10000010 | 11110 | 100000 | 0 | 110001 | 11110100 | 10011 | 101011 |
Color Harmonies of #5B5882
Complementary color
Monochromatic Colors of #5B5882
Black with #5B5882
Text Example
Text Example
White with #5B5882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5882; }
p { color: rgb(91,88,130); }
H1.HeaderClassName
{
color: #5B5882;
}
.AnyTagClassName
{
color: #5B5882;
}
</style>
background-color css
<style>
a { background-color: #5B5882; }
a { background-color: rgb(91,88,130); }
div.DivClassName
{
background-color: #5B5882;
}
.BgClassName
{
background-color: #5B5882;
}
</style>
border-color css
<style>
span { border-color: #5B5882; }
span { border-color: rgb(91,88,130); }
td.TdClassName
{
border-color: #5B5882;
}
.TagClassName
{
border-color: #5B5882;
}
</style>