Shades of Victoria #5A567C
Tints of Victoria #5A567C
RGB
CMYK
RGB Variations
Color information
#5A567C (or 0x5A567C) is known color: Victoria. HEX triplet: 5A, 56 and 7C. RGB value is (90,86,124). Sum of RGB (Red+Green+Blue) = 90+86+124=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A567C is #A5A983. Grayscale: #5B5B5B. Windows color (decimal): -10856836 or 8148570. OLE color: 8148570.
HSL color Cylindrical-coordinate representation of color #5A567C: hue angle of 246.32º 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 #5A567C is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 86 | 124 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.51 |
| HSL | 246.32º | 0.18% | 0.41% | - |
| HSV(B) | 246.32º | 0.31% | 0.49% | - |
| XYZ | 11.18 | 10.28 | 20.46 | - |
| YUV | 91.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 124 | 0.27 | 0.31 | 0 | 0.51 | 246.32 | 0.18 | 0.41 |
| Hex | 5A | 56 | 7C | 1B | 1F | 0 | 33 | F6 | 12 | 29 |
| Octal | 132 | 126 | 174 | 33 | 37 | 0 | 63 | 366 | 22 | 51 |
| Binary | 1011010 | 1010110 | 1111100 | 11011 | 11111 | 0 | 110011 | 11110110 | 10010 | 101001 |
Color Harmonies of #5A567C
Complementary color
Monochromatic Colors of #5A567C
Black with #5A567C
Text Example
Text Example
White with #5A567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A567C; }
p { color: rgb(90,86,124); }
H1.HeaderClassName
{
color: #5A567C;
}
.AnyTagClassName
{
color: #5A567C;
}
</style>
background-color css
<style>
a { background-color: #5A567C; }
a { background-color: rgb(90,86,124); }
div.DivClassName
{
background-color: #5A567C;
}
.BgClassName
{
background-color: #5A567C;
}
</style>
border-color css
<style>
span { border-color: #5A567C; }
span { border-color: rgb(90,86,124); }
td.TdClassName
{
border-color: #5A567C;
}
.TagClassName
{
border-color: #5A567C;
}
</style>