Shades of Victoria #5A567D
Tints of Victoria #5A567D
RGB
CMYK
RGB Variations
Color information
#5A567D (or 0x5A567D) is known color: Victoria. HEX triplet: 5A, 56 and 7D. RGB value is (90,86,125). Sum of RGB (Red+Green+Blue) = 90+86+125=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A567D is #A5A982. Grayscale: #5B5B5B. Windows color (decimal): -10856835 or 8214106. OLE color: 8214106.
HSL color Cylindrical-coordinate representation of color #5A567D: hue angle of 246.15º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A567D is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 86 | 125 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.51 |
| HSL | 246.15º | 0.18% | 0.41% | - |
| HSV(B) | 246.15º | 0.31% | 0.49% | - |
| XYZ | 11.25 | 10.31 | 20.8 | - |
| YUV | 91.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 125 | 0.28 | 0.31 | 0 | 0.51 | 246.15 | 0.18 | 0.41 |
| Hex | 5A | 56 | 7D | 1C | 1F | 0 | 33 | F6 | 12 | 29 |
| Octal | 132 | 126 | 175 | 34 | 37 | 0 | 63 | 366 | 22 | 51 |
| Binary | 1011010 | 1010110 | 1111101 | 11100 | 11111 | 0 | 110011 | 11110110 | 10010 | 101001 |
Color Harmonies of #5A567D
Complementary color
Monochromatic Colors of #5A567D
Black with #5A567D
Text Example
Text Example
White with #5A567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A567D; }
p { color: rgb(90,86,125); }
H1.HeaderClassName
{
color: #5A567D;
}
.AnyTagClassName
{
color: #5A567D;
}
</style>
background-color css
<style>
a { background-color: #5A567D; }
a { background-color: rgb(90,86,125); }
div.DivClassName
{
background-color: #5A567D;
}
.BgClassName
{
background-color: #5A567D;
}
</style>
border-color css
<style>
span { border-color: #5A567D; }
span { border-color: rgb(90,86,125); }
td.TdClassName
{
border-color: #5A567D;
}
.TagClassName
{
border-color: #5A567D;
}
</style>