Shades of Victoria #5B5382
Tints of Victoria #5B5382
RGB
CMYK
RGB Variations
Color information
#5B5382 (or 0x5B5382) is known color: Victoria. HEX triplet: 5B, 53 and 82. RGB value is (91,83,130). Sum of RGB (Red+Green+Blue) = 91+83+130=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B5382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5382 is #A4AC7D. Grayscale: #5A5A5A. Windows color (decimal): -10792062 or 8541019. OLE color: 8541019.
HSL color Cylindrical-coordinate representation of color #5B5382: hue angle of 250.21º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B5382 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 83 | 130 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.49 |
| HSL | 250.21º | 0.22% | 0.42% | - |
| HSV(B) | 250.21º | 0.36% | 0.51% | - |
| XYZ | 11.44 | 10.02 | 22.45 | - |
| YUV | 90.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 130 | 0.30 | 0.36 | 0 | 0.49 | 250.21 | 0.22 | 0.42 |
| Hex | 5B | 53 | 82 | 1E | 24 | 0 | 31 | FA | 16 | 2A |
| Octal | 133 | 123 | 202 | 36 | 44 | 0 | 61 | 372 | 26 | 52 |
| Binary | 1011011 | 1010011 | 10000010 | 11110 | 100100 | 0 | 110001 | 11111010 | 10110 | 101010 |
Color Harmonies of #5B5382
Complementary color
Monochromatic Colors of #5B5382
Black with #5B5382
Text Example
Text Example
White with #5B5382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5382; }
p { color: rgb(91,83,130); }
H1.HeaderClassName
{
color: #5B5382;
}
.AnyTagClassName
{
color: #5B5382;
}
</style>
background-color css
<style>
a { background-color: #5B5382; }
a { background-color: rgb(91,83,130); }
div.DivClassName
{
background-color: #5B5382;
}
.BgClassName
{
background-color: #5B5382;
}
</style>
border-color css
<style>
span { border-color: #5B5382; }
span { border-color: rgb(91,83,130); }
td.TdClassName
{
border-color: #5B5382;
}
.TagClassName
{
border-color: #5B5382;
}
</style>