Shades of Victoria #5A548E
Tints of Victoria #5A548E
RGB
CMYK
RGB Variations
Color information
#5A548E (or 0x5A548E) is known color: Victoria. HEX triplet: 5A, 54 and 8E. RGB value is (90,84,142). Sum of RGB (Red+Green+Blue) = 90+84+142=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A548E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A548E is #A5AB71. Grayscale: #5C5C5C. Windows color (decimal): -10857330 or 9327706. OLE color: 9327706.
HSL color Cylindrical-coordinate representation of color #5A548E: hue angle of 246.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A548E is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 84 | 142 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.44 |
| HSL | 246.21º | 0.26% | 0.44% | - |
| HSV(B) | 246.21º | 0.41% | 0.56% | - |
| XYZ | 12.27 | 10.47 | 26.96 | - |
| YUV | 92.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 142 | 0.37 | 0.41 | 0 | 0.44 | 246.21 | 0.26 | 0.44 |
| Hex | 5A | 54 | 8E | 25 | 29 | 0 | 2C | F6 | 1A | 2C |
| Octal | 132 | 124 | 216 | 45 | 51 | 0 | 54 | 366 | 32 | 54 |
| Binary | 1011010 | 1010100 | 10001110 | 100101 | 101001 | 0 | 101100 | 11110110 | 11010 | 101100 |
Color Harmonies of #5A548E
Complementary color
Monochromatic Colors of #5A548E
Black with #5A548E
Text Example
Text Example
White with #5A548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A548E; }
p { color: rgb(90,84,142); }
H1.HeaderClassName
{
color: #5A548E;
}
.AnyTagClassName
{
color: #5A548E;
}
</style>
background-color css
<style>
a { background-color: #5A548E; }
a { background-color: rgb(90,84,142); }
div.DivClassName
{
background-color: #5A548E;
}
.BgClassName
{
background-color: #5A548E;
}
</style>
border-color css
<style>
span { border-color: #5A548E; }
span { border-color: rgb(90,84,142); }
td.TdClassName
{
border-color: #5A548E;
}
.TagClassName
{
border-color: #5A548E;
}
</style>