Shades of Victoria #5A5081
Tints of Victoria #5A5081
RGB
CMYK
RGB Variations
Color information
#5A5081 (or 0x5A5081) is known color: Victoria. HEX triplet: 5A, 50 and 81. RGB value is (90,80,129). Sum of RGB (Red+Green+Blue) = 90+80+129=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #5A5081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5081 is #A5AF7E. Grayscale: #585858. Windows color (decimal): -10858367 or 8474714. OLE color: 8474714.
HSL color Cylindrical-coordinate representation of color #5A5081: hue angle of 252.24º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A5081 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 80 | 129 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.49 |
| HSL | 252.24º | 0.23% | 0.41% | - |
| HSV(B) | 252.24º | 0.38% | 0.51% | - |
| XYZ | 11.05 | 9.5 | 22.02 | - |
| YUV | 88.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 129 | 0.30 | 0.38 | 0 | 0.49 | 252.24 | 0.23 | 0.41 |
| Hex | 5A | 50 | 81 | 1E | 26 | 0 | 31 | FC | 17 | 29 |
| Octal | 132 | 120 | 201 | 36 | 46 | 0 | 61 | 374 | 27 | 51 |
| Binary | 1011010 | 1010000 | 10000001 | 11110 | 100110 | 0 | 110001 | 11111100 | 10111 | 101001 |
Color Harmonies of #5A5081
Complementary color
Monochromatic Colors of #5A5081
Black with #5A5081
Text Example
Text Example
White with #5A5081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5081; }
p { color: rgb(90,80,129); }
H1.HeaderClassName
{
color: #5A5081;
}
.AnyTagClassName
{
color: #5A5081;
}
</style>
background-color css
<style>
a { background-color: #5A5081; }
a { background-color: rgb(90,80,129); }
div.DivClassName
{
background-color: #5A5081;
}
.BgClassName
{
background-color: #5A5081;
}
</style>
border-color css
<style>
span { border-color: #5A5081; }
span { border-color: rgb(90,80,129); }
td.TdClassName
{
border-color: #5A5081;
}
.TagClassName
{
border-color: #5A5081;
}
</style>