Shades of Victoria #5A5384
Tints of Victoria #5A5384
RGB
CMYK
RGB Variations
Color information
#5A5384 (or 0x5A5384) is known color: Victoria. HEX triplet: 5A, 53 and 84. RGB value is (90,83,132). Sum of RGB (Red+Green+Blue) = 90+83+132=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A5384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5384 is #A5AC7B. Grayscale: #5A5A5A. Windows color (decimal): -10857596 or 8672090. OLE color: 8672090.
HSL color Cylindrical-coordinate representation of color #5A5384: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A5384 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 83 | 132 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.48 |
| HSL | 248.57º | 0.23% | 0.42% | - |
| HSV(B) | 248.57º | 0.37% | 0.52% | - |
| XYZ | 11.47 | 10.03 | 23.16 | - |
| YUV | 90.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 132 | 0.32 | 0.37 | 0 | 0.48 | 248.57 | 0.23 | 0.42 |
| Hex | 5A | 53 | 84 | 20 | 25 | 0 | 30 | F9 | 17 | 2A |
| Octal | 132 | 123 | 204 | 40 | 45 | 0 | 60 | 371 | 27 | 52 |
| Binary | 1011010 | 1010011 | 10000100 | 100000 | 100101 | 0 | 110000 | 11111001 | 10111 | 101010 |
Color Harmonies of #5A5384
Complementary color
Monochromatic Colors of #5A5384
Black with #5A5384
Text Example
Text Example
White with #5A5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5384; }
p { color: rgb(90,83,132); }
H1.HeaderClassName
{
color: #5A5384;
}
.AnyTagClassName
{
color: #5A5384;
}
</style>
background-color css
<style>
a { background-color: #5A5384; }
a { background-color: rgb(90,83,132); }
div.DivClassName
{
background-color: #5A5384;
}
.BgClassName
{
background-color: #5A5384;
}
</style>
border-color css
<style>
span { border-color: #5A5384; }
span { border-color: rgb(90,83,132); }
td.TdClassName
{
border-color: #5A5384;
}
.TagClassName
{
border-color: #5A5384;
}
</style>