Shades of Victoria #584E76
Tints of Victoria #584E76
RGB
CMYK
RGB Variations
Color information
#584E76 (or 0x584E76) is known color: Victoria. HEX triplet: 58, 4E and 76. RGB value is (88,78,118). Sum of RGB (Red+Green+Blue) = 88+78+118=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #584E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E76 is #A7B189. Grayscale: #555555. Windows color (decimal): -10989962 or 7753304. OLE color: 7753304.
HSL color Cylindrical-coordinate representation of color #584E76: hue angle of 255º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #584E76 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 78 | 118 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.54 |
| HSL | 255º | 0.2% | 0.38% | - |
| HSV(B) | 255º | 0.34% | 0.46% | - |
| XYZ | 10.02 | 8.83 | 18.32 | - |
| YUV | 85.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 118 | 0.25 | 0.34 | 0 | 0.54 | 255 | 0.2 | 0.38 |
| Hex | 58 | 4E | 76 | 19 | 22 | 0 | 36 | FF | 14 | 26 |
| Octal | 130 | 116 | 166 | 31 | 42 | 0 | 66 | 377 | 24 | 46 |
| Binary | 1011000 | 1001110 | 1110110 | 11001 | 100010 | 0 | 110110 | 11111111 | 10100 | 100110 |
Color Harmonies of #584E76
Complementary color
Monochromatic Colors of #584E76
Black with #584E76
Text Example
Text Example
White with #584E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E76; }
p { color: rgb(88,78,118); }
H1.HeaderClassName
{
color: #584E76;
}
.AnyTagClassName
{
color: #584E76;
}
</style>
background-color css
<style>
a { background-color: #584E76; }
a { background-color: rgb(88,78,118); }
div.DivClassName
{
background-color: #584E76;
}
.BgClassName
{
background-color: #584E76;
}
</style>
border-color css
<style>
span { border-color: #584E76; }
span { border-color: rgb(88,78,118); }
td.TdClassName
{
border-color: #584E76;
}
.TagClassName
{
border-color: #584E76;
}
</style>