Shades of Victoria #5A5379
Tints of Victoria #5A5379
RGB
CMYK
RGB Variations
Color information
#5A5379 (or 0x5A5379) is known color: Victoria. HEX triplet: 5A, 53 and 79. RGB value is (90,83,121). Sum of RGB (Red+Green+Blue) = 90+83+121=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A5379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5379 is #A5AC86. Grayscale: #595959. Windows color (decimal): -10857607 or 7951194. OLE color: 7951194.
HSL color Cylindrical-coordinate representation of color #5A5379: hue angle of 251.05º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A5379 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 83 | 121 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.53 |
| HSL | 251.05º | 0.19% | 0.4% | - |
| HSV(B) | 251.05º | 0.31% | 0.47% | - |
| XYZ | 10.76 | 9.74 | 19.4 | - |
| YUV | 89.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 121 | 0.26 | 0.31 | 0 | 0.53 | 251.05 | 0.19 | 0.4 |
| Hex | 5A | 53 | 79 | 1A | 1F | 0 | 35 | FB | 13 | 28 |
| Octal | 132 | 123 | 171 | 32 | 37 | 0 | 65 | 373 | 23 | 50 |
| Binary | 1011010 | 1010011 | 1111001 | 11010 | 11111 | 0 | 110101 | 11111011 | 10011 | 101000 |
Color Harmonies of #5A5379
Complementary color
Monochromatic Colors of #5A5379
Black with #5A5379
Text Example
Text Example
White with #5A5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5379; }
p { color: rgb(90,83,121); }
H1.HeaderClassName
{
color: #5A5379;
}
.AnyTagClassName
{
color: #5A5379;
}
</style>
background-color css
<style>
a { background-color: #5A5379; }
a { background-color: rgb(90,83,121); }
div.DivClassName
{
background-color: #5A5379;
}
.BgClassName
{
background-color: #5A5379;
}
</style>
border-color css
<style>
span { border-color: #5A5379; }
span { border-color: rgb(90,83,121); }
td.TdClassName
{
border-color: #5A5379;
}
.TagClassName
{
border-color: #5A5379;
}
</style>