Shades of Victoria #58547A
Tints of Victoria #58547A
RGB
CMYK
RGB Variations
Color information
#58547A (or 0x58547A) is known color: Victoria. HEX triplet: 58, 54 and 7A. RGB value is (88,84,122). Sum of RGB (Red+Green+Blue) = 88+84+122=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #58547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58547A is #A7AB85. Grayscale: #595959. Windows color (decimal): -10988422 or 8016984. OLE color: 8016984.
HSL color Cylindrical-coordinate representation of color #58547A: hue angle of 246.32º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58547A is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 84 | 122 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.52 |
| HSL | 246.32º | 0.18% | 0.4% | - |
| HSV(B) | 246.32º | 0.31% | 0.48% | - |
| XYZ | 10.71 | 9.82 | 19.74 | - |
| YUV | 89.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 122 | 0.28 | 0.31 | 0 | 0.52 | 246.32 | 0.18 | 0.4 |
| Hex | 58 | 54 | 7A | 1C | 1F | 0 | 34 | F6 | 12 | 28 |
| Octal | 130 | 124 | 172 | 34 | 37 | 0 | 64 | 366 | 22 | 50 |
| Binary | 1011000 | 1010100 | 1111010 | 11100 | 11111 | 0 | 110100 | 11110110 | 10010 | 101000 |
Color Harmonies of #58547A
Complementary color
Monochromatic Colors of #58547A
Black with #58547A
Text Example
Text Example
White with #58547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58547A; }
p { color: rgb(88,84,122); }
H1.HeaderClassName
{
color: #58547A;
}
.AnyTagClassName
{
color: #58547A;
}
</style>
background-color css
<style>
a { background-color: #58547A; }
a { background-color: rgb(88,84,122); }
div.DivClassName
{
background-color: #58547A;
}
.BgClassName
{
background-color: #58547A;
}
</style>
border-color css
<style>
span { border-color: #58547A; }
span { border-color: rgb(88,84,122); }
td.TdClassName
{
border-color: #58547A;
}
.TagClassName
{
border-color: #58547A;
}
</style>