Shades of Victoria #58557D
Tints of Victoria #58557D
RGB
CMYK
RGB Variations
Color information
#58557D (or 0x58557D) is known color: Victoria. HEX triplet: 58, 55 and 7D. RGB value is (88,85,125). Sum of RGB (Red+Green+Blue) = 88+85+125=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #58557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58557D is #A7AA82. Grayscale: #5A5A5A. Windows color (decimal): -10988163 or 8213848. OLE color: 8213848.
HSL color Cylindrical-coordinate representation of color #58557D: hue angle of 244.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58557D is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 85 | 125 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.51 |
| HSL | 244.5º | 0.19% | 0.41% | - |
| HSV(B) | 244.5º | 0.32% | 0.49% | - |
| XYZ | 10.97 | 10.05 | 20.76 | - |
| YUV | 90.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 125 | 0.30 | 0.32 | 0 | 0.51 | 244.5 | 0.19 | 0.41 |
| Hex | 58 | 55 | 7D | 1E | 20 | 0 | 33 | F4 | 13 | 29 |
| Octal | 130 | 125 | 175 | 36 | 40 | 0 | 63 | 364 | 23 | 51 |
| Binary | 1011000 | 1010101 | 1111101 | 11110 | 100000 | 0 | 110011 | 11110100 | 10011 | 101001 |
Color Harmonies of #58557D
Complementary color
Monochromatic Colors of #58557D
Black with #58557D
Text Example
Text Example
White with #58557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58557D; }
p { color: rgb(88,85,125); }
H1.HeaderClassName
{
color: #58557D;
}
.AnyTagClassName
{
color: #58557D;
}
</style>
background-color css
<style>
a { background-color: #58557D; }
a { background-color: rgb(88,85,125); }
div.DivClassName
{
background-color: #58557D;
}
.BgClassName
{
background-color: #58557D;
}
</style>
border-color css
<style>
span { border-color: #58557D; }
span { border-color: rgb(88,85,125); }
td.TdClassName
{
border-color: #58557D;
}
.TagClassName
{
border-color: #58557D;
}
</style>