Shades of Victoria #58538D
Tints of Victoria #58538D
RGB
CMYK
RGB Variations
Color information
#58538D (or 0x58538D) is known color: Victoria. HEX triplet: 58, 53 and 8D. RGB value is (88,83,141). Sum of RGB (Red+Green+Blue) = 88+83+141=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #58538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58538D is #A7AC72. Grayscale: #5A5A5A. Windows color (decimal): -10988659 or 9261912. OLE color: 9261912.
HSL color Cylindrical-coordinate representation of color #58538D: hue angle of 245.17º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58538D is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 83 | 141 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.45 |
| HSL | 245.17º | 0.26% | 0.44% | - |
| HSV(B) | 245.17º | 0.41% | 0.55% | - |
| XYZ | 11.93 | 10.18 | 26.54 | - |
| YUV | 91.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 141 | 0.38 | 0.41 | 0 | 0.45 | 245.17 | 0.26 | 0.44 |
| Hex | 58 | 53 | 8D | 26 | 29 | 0 | 2D | F5 | 1A | 2C |
| Octal | 130 | 123 | 215 | 46 | 51 | 0 | 55 | 365 | 32 | 54 |
| Binary | 1011000 | 1010011 | 10001101 | 100110 | 101001 | 0 | 101101 | 11110101 | 11010 | 101100 |
Color Harmonies of #58538D
Complementary color
Monochromatic Colors of #58538D
Black with #58538D
Text Example
Text Example
White with #58538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58538D; }
p { color: rgb(88,83,141); }
H1.HeaderClassName
{
color: #58538D;
}
.AnyTagClassName
{
color: #58538D;
}
</style>
background-color css
<style>
a { background-color: #58538D; }
a { background-color: rgb(88,83,141); }
div.DivClassName
{
background-color: #58538D;
}
.BgClassName
{
background-color: #58538D;
}
</style>
border-color css
<style>
span { border-color: #58538D; }
span { border-color: rgb(88,83,141); }
td.TdClassName
{
border-color: #58538D;
}
.TagClassName
{
border-color: #58538D;
}
</style>