Shades of Victoria #5A557D
Tints of Victoria #5A557D
RGB
CMYK
RGB Variations
Color information
#5A557D (or 0x5A557D) is known color: Victoria. HEX triplet: 5A, 55 and 7D. RGB value is (90,85,125). Sum of RGB (Red+Green+Blue) = 90+85+125=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A557D is #A5AA82. Grayscale: #5A5A5A. Windows color (decimal): -10857091 or 8213850. OLE color: 8213850.
HSL color Cylindrical-coordinate representation of color #5A557D: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A557D is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 85 | 125 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.51 |
| HSL | 247.5º | 0.19% | 0.41% | - |
| HSV(B) | 247.5º | 0.32% | 0.49% | - |
| XYZ | 11.17 | 10.15 | 20.77 | - |
| YUV | 91.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 125 | 0.28 | 0.32 | 0 | 0.51 | 247.5 | 0.19 | 0.41 |
| Hex | 5A | 55 | 7D | 1C | 20 | 0 | 33 | F8 | 13 | 29 |
| Octal | 132 | 125 | 175 | 34 | 40 | 0 | 63 | 370 | 23 | 51 |
| Binary | 1011010 | 1010101 | 1111101 | 11100 | 100000 | 0 | 110011 | 11111000 | 10011 | 101001 |
Color Harmonies of #5A557D
Complementary color
Monochromatic Colors of #5A557D
Black with #5A557D
Text Example
Text Example
White with #5A557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A557D; }
p { color: rgb(90,85,125); }
H1.HeaderClassName
{
color: #5A557D;
}
.AnyTagClassName
{
color: #5A557D;
}
</style>
background-color css
<style>
a { background-color: #5A557D; }
a { background-color: rgb(90,85,125); }
div.DivClassName
{
background-color: #5A557D;
}
.BgClassName
{
background-color: #5A557D;
}
</style>
border-color css
<style>
span { border-color: #5A557D; }
span { border-color: rgb(90,85,125); }
td.TdClassName
{
border-color: #5A557D;
}
.TagClassName
{
border-color: #5A557D;
}
</style>