Shades of Victoria #5B4E8A
Tints of Victoria #5B4E8A
RGB
CMYK
RGB Variations
Color information
#5B4E8A (or 0x5B4E8A) is known color: Victoria. HEX triplet: 5B, 4E and 8A. RGB value is (91,78,138). Sum of RGB (Red+Green+Blue) = 91+78+138=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B4E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4E8A is #A4B175. Grayscale: #585858. Windows color (decimal): -10793334 or 9064027. OLE color: 9064027.
HSL color Cylindrical-coordinate representation of color #5B4E8A: hue angle of 253º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B4E8A is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 78 | 138 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.46 |
| HSL | 253º | 0.28% | 0.42% | - |
| HSV(B) | 253º | 0.43% | 0.54% | - |
| XYZ | 11.63 | 9.51 | 25.27 | - |
| YUV | 88.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 138 | 0.34 | 0.43 | 0 | 0.46 | 253 | 0.28 | 0.42 |
| Hex | 5B | 4E | 8A | 22 | 2B | 0 | 2E | FD | 1C | 2A |
| Octal | 133 | 116 | 212 | 42 | 53 | 0 | 56 | 375 | 34 | 52 |
| Binary | 1011011 | 1001110 | 10001010 | 100010 | 101011 | 0 | 101110 | 11111101 | 11100 | 101010 |
Color Harmonies of #5B4E8A
Complementary color
Monochromatic Colors of #5B4E8A
Black with #5B4E8A
Text Example
Text Example
White with #5B4E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E8A; }
p { color: rgb(91,78,138); }
H1.HeaderClassName
{
color: #5B4E8A;
}
.AnyTagClassName
{
color: #5B4E8A;
}
</style>
background-color css
<style>
a { background-color: #5B4E8A; }
a { background-color: rgb(91,78,138); }
div.DivClassName
{
background-color: #5B4E8A;
}
.BgClassName
{
background-color: #5B4E8A;
}
</style>
border-color css
<style>
span { border-color: #5B4E8A; }
span { border-color: rgb(91,78,138); }
td.TdClassName
{
border-color: #5B4E8A;
}
.TagClassName
{
border-color: #5B4E8A;
}
</style>