Shades of Victoria #584D73
Tints of Victoria #584D73
RGB
CMYK
RGB Variations
Color information
#584D73 (or 0x584D73) is known color: Victoria. HEX triplet: 58, 4D and 73. RGB value is (88,77,115). Sum of RGB (Red+Green+Blue) = 88+77+115=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #584D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D73 is #A7B28C. Grayscale: #545454. Windows color (decimal): -10990221 or 7556440. OLE color: 7556440.
HSL color Cylindrical-coordinate representation of color #584D73: hue angle of 257.37º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #584D73 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 77 | 115 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.55 |
| HSL | 257.37º | 0.2% | 0.38% | - |
| HSV(B) | 257.37º | 0.33% | 0.45% | - |
| XYZ | 9.77 | 8.62 | 17.37 | - |
| YUV | 84.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 115 | 0.23 | 0.33 | 0 | 0.55 | 257.37 | 0.2 | 0.38 |
| Hex | 58 | 4D | 73 | 17 | 21 | 0 | 37 | 101 | 14 | 26 |
| Octal | 130 | 115 | 163 | 27 | 41 | 0 | 67 | 401 | 24 | 46 |
| Binary | 1011000 | 1001101 | 1110011 | 10111 | 100001 | 0 | 110111 | 100000001 | 10100 | 100110 |
Color Harmonies of #584D73
Complementary color
Monochromatic Colors of #584D73
Black with #584D73
Text Example
Text Example
White with #584D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D73; }
p { color: rgb(88,77,115); }
H1.HeaderClassName
{
color: #584D73;
}
.AnyTagClassName
{
color: #584D73;
}
</style>
background-color css
<style>
a { background-color: #584D73; }
a { background-color: rgb(88,77,115); }
div.DivClassName
{
background-color: #584D73;
}
.BgClassName
{
background-color: #584D73;
}
</style>
border-color css
<style>
span { border-color: #584D73; }
span { border-color: rgb(88,77,115); }
td.TdClassName
{
border-color: #584D73;
}
.TagClassName
{
border-color: #584D73;
}
</style>