Shades of Victoria #5A537D
Tints of Victoria #5A537D
RGB
CMYK
RGB Variations
Color information
#5A537D (or 0x5A537D) is known color: Victoria. HEX triplet: 5A, 53 and 7D. RGB value is (90,83,125). Sum of RGB (Red+Green+Blue) = 90+83+125=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A537D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A537D is #A5AC82. Grayscale: #595959. Windows color (decimal): -10857603 or 8213338. OLE color: 8213338.
HSL color Cylindrical-coordinate representation of color #5A537D: hue angle of 250º degrees, saturation: 0.2, 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 #5A537D is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 83 | 125 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.51 |
| HSL | 250º | 0.2% | 0.41% | - |
| HSV(B) | 250º | 0.34% | 0.49% | - |
| XYZ | 11.01 | 9.84 | 20.72 | - |
| YUV | 89.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 125 | 0.28 | 0.34 | 0 | 0.51 | 250 | 0.2 | 0.41 |
| Hex | 5A | 53 | 7D | 1C | 22 | 0 | 33 | FA | 14 | 29 |
| Octal | 132 | 123 | 175 | 34 | 42 | 0 | 63 | 372 | 24 | 51 |
| Binary | 1011010 | 1010011 | 1111101 | 11100 | 100010 | 0 | 110011 | 11111010 | 10100 | 101001 |
Color Harmonies of #5A537D
Complementary color
Monochromatic Colors of #5A537D
Black with #5A537D
Text Example
Text Example
White with #5A537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A537D; }
p { color: rgb(90,83,125); }
H1.HeaderClassName
{
color: #5A537D;
}
.AnyTagClassName
{
color: #5A537D;
}
</style>
background-color css
<style>
a { background-color: #5A537D; }
a { background-color: rgb(90,83,125); }
div.DivClassName
{
background-color: #5A537D;
}
.BgClassName
{
background-color: #5A537D;
}
</style>
border-color css
<style>
span { border-color: #5A537D; }
span { border-color: rgb(90,83,125); }
td.TdClassName
{
border-color: #5A537D;
}
.TagClassName
{
border-color: #5A537D;
}
</style>