Shades of Victoria #5A537E
Tints of Victoria #5A537E
RGB
CMYK
RGB Variations
Color information
#5A537E (or 0x5A537E) is known color: Victoria. HEX triplet: 5A, 53 and 7E. RGB value is (90,83,126). Sum of RGB (Red+Green+Blue) = 90+83+126=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A537E is #A5AC81. Grayscale: #595959. Windows color (decimal): -10857602 or 8278874. OLE color: 8278874.
HSL color Cylindrical-coordinate representation of color #5A537E: hue angle of 249.77º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A537E is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 83 | 126 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.51 |
| HSL | 249.77º | 0.21% | 0.41% | - |
| HSV(B) | 249.77º | 0.34% | 0.49% | - |
| XYZ | 11.08 | 9.87 | 21.06 | - |
| YUV | 90 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 126 | 0.29 | 0.34 | 0 | 0.51 | 249.77 | 0.21 | 0.41 |
| Hex | 5A | 53 | 7E | 1D | 22 | 0 | 33 | FA | 15 | 29 |
| Octal | 132 | 123 | 176 | 35 | 42 | 0 | 63 | 372 | 25 | 51 |
| Binary | 1011010 | 1010011 | 1111110 | 11101 | 100010 | 0 | 110011 | 11111010 | 10101 | 101001 |
Color Harmonies of #5A537E
Complementary color
Monochromatic Colors of #5A537E
Black with #5A537E
Text Example
Text Example
White with #5A537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A537E; }
p { color: rgb(90,83,126); }
H1.HeaderClassName
{
color: #5A537E;
}
.AnyTagClassName
{
color: #5A537E;
}
</style>
background-color css
<style>
a { background-color: #5A537E; }
a { background-color: rgb(90,83,126); }
div.DivClassName
{
background-color: #5A537E;
}
.BgClassName
{
background-color: #5A537E;
}
</style>
border-color css
<style>
span { border-color: #5A537E; }
span { border-color: rgb(90,83,126); }
td.TdClassName
{
border-color: #5A537E;
}
.TagClassName
{
border-color: #5A537E;
}
</style>