Shades of Victoria #58558B
Tints of Victoria #58558B
RGB
CMYK
RGB Variations
Color information
#58558B (or 0x58558B) is known color: Victoria. HEX triplet: 58, 55 and 8B. RGB value is (88,85,139). Sum of RGB (Red+Green+Blue) = 88+85+139=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #58558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58558B is #A7AA74. Grayscale: #5B5B5B. Windows color (decimal): -10988149 or 9131352. OLE color: 9131352.
HSL color Cylindrical-coordinate representation of color #58558B: hue angle of 243.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58558B is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 85 | 139 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.45 |
| HSL | 243.33º | 0.24% | 0.44% | - |
| HSV(B) | 243.33º | 0.39% | 0.55% | - |
| XYZ | 11.93 | 10.44 | 25.81 | - |
| YUV | 92.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 139 | 0.37 | 0.39 | 0 | 0.45 | 243.33 | 0.24 | 0.44 |
| Hex | 58 | 55 | 8B | 25 | 27 | 0 | 2D | F3 | 18 | 2C |
| Octal | 130 | 125 | 213 | 45 | 47 | 0 | 55 | 363 | 30 | 54 |
| Binary | 1011000 | 1010101 | 10001011 | 100101 | 100111 | 0 | 101101 | 11110011 | 11000 | 101100 |
Color Harmonies of #58558B
Complementary color
Monochromatic Colors of #58558B
Black with #58558B
Text Example
Text Example
White with #58558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58558B; }
p { color: rgb(88,85,139); }
H1.HeaderClassName
{
color: #58558B;
}
.AnyTagClassName
{
color: #58558B;
}
</style>
background-color css
<style>
a { background-color: #58558B; }
a { background-color: rgb(88,85,139); }
div.DivClassName
{
background-color: #58558B;
}
.BgClassName
{
background-color: #58558B;
}
</style>
border-color css
<style>
span { border-color: #58558B; }
span { border-color: rgb(88,85,139); }
td.TdClassName
{
border-color: #58558B;
}
.TagClassName
{
border-color: #58558B;
}
</style>