Shades of Victoria #58517A
Tints of Victoria #58517A
RGB
CMYK
RGB Variations
Color information
#58517A (or 0x58517A) is known color: Victoria. HEX triplet: 58, 51 and 7A. RGB value is (88,81,122). Sum of RGB (Red+Green+Blue) = 88+81+122=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #58517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58517A is #A7AE85. Grayscale: #575757. Windows color (decimal): -10989190 or 8016216. OLE color: 8016216.
HSL color Cylindrical-coordinate representation of color #58517A: hue angle of 250.24º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58517A is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 81 | 122 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.52 |
| HSL | 250.24º | 0.2% | 0.4% | - |
| HSV(B) | 250.24º | 0.34% | 0.48% | - |
| XYZ | 10.48 | 9.36 | 19.67 | - |
| YUV | 87.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 122 | 0.28 | 0.34 | 0 | 0.52 | 250.24 | 0.2 | 0.4 |
| Hex | 58 | 51 | 7A | 1C | 22 | 0 | 34 | FA | 14 | 28 |
| Octal | 130 | 121 | 172 | 34 | 42 | 0 | 64 | 372 | 24 | 50 |
| Binary | 1011000 | 1010001 | 1111010 | 11100 | 100010 | 0 | 110100 | 11111010 | 10100 | 101000 |
Color Harmonies of #58517A
Complementary color
Monochromatic Colors of #58517A
Black with #58517A
Text Example
Text Example
White with #58517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58517A; }
p { color: rgb(88,81,122); }
H1.HeaderClassName
{
color: #58517A;
}
.AnyTagClassName
{
color: #58517A;
}
</style>
background-color css
<style>
a { background-color: #58517A; }
a { background-color: rgb(88,81,122); }
div.DivClassName
{
background-color: #58517A;
}
.BgClassName
{
background-color: #58517A;
}
</style>
border-color css
<style>
span { border-color: #58517A; }
span { border-color: rgb(88,81,122); }
td.TdClassName
{
border-color: #58517A;
}
.TagClassName
{
border-color: #58517A;
}
</style>