Shades of Victoria #5B4C8C
Tints of Victoria #5B4C8C
RGB
CMYK
RGB Variations
Color information
#5B4C8C (or 0x5B4C8C) is known color: Victoria. HEX triplet: 5B, 4C and 8C. RGB value is (91,76,140). Sum of RGB (Red+Green+Blue) = 91+76+140=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B4C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4C8C is #A4B373. Grayscale: #575757. Windows color (decimal): -10793844 or 9194587. OLE color: 9194587.
HSL color Cylindrical-coordinate representation of color #5B4C8C: hue angle of 254.06º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B4C8C is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 76 | 140 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.45 |
| HSL | 254.06º | 0.3% | 0.42% | - |
| HSV(B) | 254.06º | 0.46% | 0.55% | - |
| XYZ | 11.63 | 9.29 | 25.99 | - |
| YUV | 87.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 76 | 140 | 0.35 | 0.46 | 0 | 0.45 | 254.06 | 0.3 | 0.42 |
| Hex | 5B | 4C | 8C | 23 | 2E | 0 | 2D | FE | 1E | 2A |
| Octal | 133 | 114 | 214 | 43 | 56 | 0 | 55 | 376 | 36 | 52 |
| Binary | 1011011 | 1001100 | 10001100 | 100011 | 101110 | 0 | 101101 | 11111110 | 11110 | 101010 |
Color Harmonies of #5B4C8C
Complementary color
Monochromatic Colors of #5B4C8C
Black with #5B4C8C
Text Example
Text Example
White with #5B4C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4C8C; }
p { color: rgb(91,76,140); }
H1.HeaderClassName
{
color: #5B4C8C;
}
.AnyTagClassName
{
color: #5B4C8C;
}
</style>
background-color css
<style>
a { background-color: #5B4C8C; }
a { background-color: rgb(91,76,140); }
div.DivClassName
{
background-color: #5B4C8C;
}
.BgClassName
{
background-color: #5B4C8C;
}
</style>
border-color css
<style>
span { border-color: #5B4C8C; }
span { border-color: rgb(91,76,140); }
td.TdClassName
{
border-color: #5B4C8C;
}
.TagClassName
{
border-color: #5B4C8C;
}
</style>