Shades of Victoria #58527C
Tints of Victoria #58527C
RGB
CMYK
RGB Variations
Color information
#58527C (or 0x58527C) is known color: Victoria. HEX triplet: 58, 52 and 7C. RGB value is (88,82,124). Sum of RGB (Red+Green+Blue) = 88+82+124=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #58527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58527C is #A7AD83. Grayscale: #585858. Windows color (decimal): -10988932 or 8147544. OLE color: 8147544.
HSL color Cylindrical-coordinate representation of color #58527C: hue angle of 248.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58527C is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 82 | 124 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.51 |
| HSL | 248.57º | 0.2% | 0.4% | - |
| HSV(B) | 248.57º | 0.34% | 0.49% | - |
| XYZ | 10.68 | 9.56 | 20.35 | - |
| YUV | 88.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 124 | 0.29 | 0.34 | 0 | 0.51 | 248.57 | 0.2 | 0.4 |
| Hex | 58 | 52 | 7C | 1D | 22 | 0 | 33 | F9 | 14 | 28 |
| Octal | 130 | 122 | 174 | 35 | 42 | 0 | 63 | 371 | 24 | 50 |
| Binary | 1011000 | 1010010 | 1111100 | 11101 | 100010 | 0 | 110011 | 11111001 | 10100 | 101000 |
Color Harmonies of #58527C
Complementary color
Monochromatic Colors of #58527C
Black with #58527C
Text Example
Text Example
White with #58527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58527C; }
p { color: rgb(88,82,124); }
H1.HeaderClassName
{
color: #58527C;
}
.AnyTagClassName
{
color: #58527C;
}
</style>
background-color css
<style>
a { background-color: #58527C; }
a { background-color: rgb(88,82,124); }
div.DivClassName
{
background-color: #58527C;
}
.BgClassName
{
background-color: #58527C;
}
</style>
border-color css
<style>
span { border-color: #58527C; }
span { border-color: rgb(88,82,124); }
td.TdClassName
{
border-color: #58527C;
}
.TagClassName
{
border-color: #58527C;
}
</style>