Shades of Victoria #5A4F8A
Tints of Victoria #5A4F8A
RGB
CMYK
RGB Variations
Color information
#5A4F8A (or 0x5A4F8A) is known color: Victoria. HEX triplet: 5A, 4F and 8A. RGB value is (90,79,138). Sum of RGB (Red+Green+Blue) = 90+79+138=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 79 (31.25% from 255 or 25.73% 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 #5A4F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4F8A is #A5B075. Grayscale: #585858. Windows color (decimal): -10858614 or 9064282. OLE color: 9064282.
HSL color Cylindrical-coordinate representation of color #5A4F8A: hue angle of 251.19º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A4F8A is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 79 | 138 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.46 |
| HSL | 251.19º | 0.27% | 0.43% | - |
| HSV(B) | 251.19º | 0.43% | 0.54% | - |
| XYZ | 11.6 | 9.6 | 25.29 | - |
| YUV | 89.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 138 | 0.35 | 0.43 | 0 | 0.46 | 251.19 | 0.27 | 0.43 |
| Hex | 5A | 4F | 8A | 23 | 2B | 0 | 2E | FB | 1B | 2B |
| Octal | 132 | 117 | 212 | 43 | 53 | 0 | 56 | 373 | 33 | 53 |
| Binary | 1011010 | 1001111 | 10001010 | 100011 | 101011 | 0 | 101110 | 11111011 | 11011 | 101011 |
Color Harmonies of #5A4F8A
Complementary color
Monochromatic Colors of #5A4F8A
Black with #5A4F8A
Text Example
Text Example
White with #5A4F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F8A; }
p { color: rgb(90,79,138); }
H1.HeaderClassName
{
color: #5A4F8A;
}
.AnyTagClassName
{
color: #5A4F8A;
}
</style>
background-color css
<style>
a { background-color: #5A4F8A; }
a { background-color: rgb(90,79,138); }
div.DivClassName
{
background-color: #5A4F8A;
}
.BgClassName
{
background-color: #5A4F8A;
}
</style>
border-color css
<style>
span { border-color: #5A4F8A; }
span { border-color: rgb(90,79,138); }
td.TdClassName
{
border-color: #5A4F8A;
}
.TagClassName
{
border-color: #5A4F8A;
}
</style>