Shades of Victoria #58547C
Tints of Victoria #58547C
RGB
CMYK
RGB Variations
Color information
#58547C (or 0x58547C) is known color: Victoria. HEX triplet: 58, 54 and 7C. RGB value is (88,84,124). Sum of RGB (Red+Green+Blue) = 88+84+124=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #58547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58547C is #A7AB83. Grayscale: #595959. Windows color (decimal): -10988420 or 8148056. OLE color: 8148056.
HSL color Cylindrical-coordinate representation of color #58547C: hue angle of 246º 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 #58547C is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 84 | 124 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.51 |
| HSL | 246º | 0.19% | 0.41% | - |
| HSV(B) | 246º | 0.32% | 0.49% | - |
| XYZ | 10.83 | 9.87 | 20.4 | - |
| YUV | 89.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 124 | 0.29 | 0.32 | 0 | 0.51 | 246 | 0.19 | 0.41 |
| Hex | 58 | 54 | 7C | 1D | 20 | 0 | 33 | F6 | 13 | 29 |
| Octal | 130 | 124 | 174 | 35 | 40 | 0 | 63 | 366 | 23 | 51 |
| Binary | 1011000 | 1010100 | 1111100 | 11101 | 100000 | 0 | 110011 | 11110110 | 10011 | 101001 |
Color Harmonies of #58547C
Complementary color
Monochromatic Colors of #58547C
Black with #58547C
Text Example
Text Example
White with #58547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58547C; }
p { color: rgb(88,84,124); }
H1.HeaderClassName
{
color: #58547C;
}
.AnyTagClassName
{
color: #58547C;
}
</style>
background-color css
<style>
a { background-color: #58547C; }
a { background-color: rgb(88,84,124); }
div.DivClassName
{
background-color: #58547C;
}
.BgClassName
{
background-color: #58547C;
}
</style>
border-color css
<style>
span { border-color: #58547C; }
span { border-color: rgb(88,84,124); }
td.TdClassName
{
border-color: #58547C;
}
.TagClassName
{
border-color: #58547C;
}
</style>