Shades of Victoria #58517C
Tints of Victoria #58517C
RGB
CMYK
RGB Variations
Color information
#58517C (or 0x58517C) is known color: Victoria. HEX triplet: 58, 51 and 7C. RGB value is (88,81,124). Sum of RGB (Red+Green+Blue) = 88+81+124=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #58517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58517C is #A7AE83. Grayscale: #575757. Windows color (decimal): -10989188 or 8147288. OLE color: 8147288.
HSL color Cylindrical-coordinate representation of color #58517C: hue angle of 249.77º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58517C is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 81 | 124 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.51 |
| HSL | 249.77º | 0.21% | 0.4% | - |
| HSV(B) | 249.77º | 0.35% | 0.49% | - |
| XYZ | 10.61 | 9.41 | 20.33 | - |
| YUV | 88 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 124 | 0.29 | 0.35 | 0 | 0.51 | 249.77 | 0.21 | 0.4 |
| Hex | 58 | 51 | 7C | 1D | 23 | 0 | 33 | FA | 15 | 28 |
| Octal | 130 | 121 | 174 | 35 | 43 | 0 | 63 | 372 | 25 | 50 |
| Binary | 1011000 | 1010001 | 1111100 | 11101 | 100011 | 0 | 110011 | 11111010 | 10101 | 101000 |
Color Harmonies of #58517C
Complementary color
Monochromatic Colors of #58517C
Black with #58517C
Text Example
Text Example
White with #58517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58517C; }
p { color: rgb(88,81,124); }
H1.HeaderClassName
{
color: #58517C;
}
.AnyTagClassName
{
color: #58517C;
}
</style>
background-color css
<style>
a { background-color: #58517C; }
a { background-color: rgb(88,81,124); }
div.DivClassName
{
background-color: #58517C;
}
.BgClassName
{
background-color: #58517C;
}
</style>
border-color css
<style>
span { border-color: #58517C; }
span { border-color: rgb(88,81,124); }
td.TdClassName
{
border-color: #58517C;
}
.TagClassName
{
border-color: #58517C;
}
</style>