Shades of Victoria #58508D
Tints of Victoria #58508D
RGB
CMYK
RGB Variations
Color information
#58508D (or 0x58508D) is known color: Victoria. HEX triplet: 58, 50 and 8D. RGB value is (88,80,141). Sum of RGB (Red+Green+Blue) = 88+80+141=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #58508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58508D is #A7AF72. Grayscale: #595959. Windows color (decimal): -10989427 or 9261144. OLE color: 9261144.
HSL color Cylindrical-coordinate representation of color #58508D: hue angle of 247.87º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58508D is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 80 | 141 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.45 |
| HSL | 247.87º | 0.28% | 0.43% | - |
| HSV(B) | 247.87º | 0.43% | 0.55% | - |
| XYZ | 11.7 | 9.74 | 26.46 | - |
| YUV | 89.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 141 | 0.38 | 0.43 | 0 | 0.45 | 247.87 | 0.28 | 0.43 |
| Hex | 58 | 50 | 8D | 26 | 2B | 0 | 2D | F8 | 1C | 2B |
| Octal | 130 | 120 | 215 | 46 | 53 | 0 | 55 | 370 | 34 | 53 |
| Binary | 1011000 | 1010000 | 10001101 | 100110 | 101011 | 0 | 101101 | 11111000 | 11100 | 101011 |
Color Harmonies of #58508D
Complementary color
Monochromatic Colors of #58508D
Black with #58508D
Text Example
Text Example
White with #58508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58508D; }
p { color: rgb(88,80,141); }
H1.HeaderClassName
{
color: #58508D;
}
.AnyTagClassName
{
color: #58508D;
}
</style>
background-color css
<style>
a { background-color: #58508D; }
a { background-color: rgb(88,80,141); }
div.DivClassName
{
background-color: #58508D;
}
.BgClassName
{
background-color: #58508D;
}
</style>
border-color css
<style>
span { border-color: #58508D; }
span { border-color: rgb(88,80,141); }
td.TdClassName
{
border-color: #58508D;
}
.TagClassName
{
border-color: #58508D;
}
</style>