Shades of Victoria #584E7F
Tints of Victoria #584E7F
RGB
CMYK
RGB Variations
Color information
#584E7F (or 0x584E7F) is known color: Victoria. HEX triplet: 58, 4E and 7F. RGB value is (88,78,127). Sum of RGB (Red+Green+Blue) = 88+78+127=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #584E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E7F is #A7B180. Grayscale: #565656. Windows color (decimal): -10989953 or 8343128. OLE color: 8343128.
HSL color Cylindrical-coordinate representation of color #584E7F: hue angle of 252.24º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #584E7F is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 78 | 127 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.50 |
| HSL | 252.24º | 0.24% | 0.4% | - |
| HSV(B) | 252.24º | 0.39% | 0.5% | - |
| XYZ | 10.58 | 9.06 | 21.27 | - |
| YUV | 86.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 127 | 0.31 | 0.39 | 0 | 0.50 | 252.24 | 0.24 | 0.4 |
| Hex | 58 | 4E | 7F | 1F | 27 | 0 | 32 | FC | 18 | 28 |
| Octal | 130 | 116 | 177 | 37 | 47 | 0 | 62 | 374 | 30 | 50 |
| Binary | 1011000 | 1001110 | 1111111 | 11111 | 100111 | 0 | 110010 | 11111100 | 11000 | 101000 |
Color Harmonies of #584E7F
Complementary color
Monochromatic Colors of #584E7F
Black with #584E7F
Text Example
Text Example
White with #584E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E7F; }
p { color: rgb(88,78,127); }
H1.HeaderClassName
{
color: #584E7F;
}
.AnyTagClassName
{
color: #584E7F;
}
</style>
background-color css
<style>
a { background-color: #584E7F; }
a { background-color: rgb(88,78,127); }
div.DivClassName
{
background-color: #584E7F;
}
.BgClassName
{
background-color: #584E7F;
}
</style>
border-color css
<style>
span { border-color: #584E7F; }
span { border-color: rgb(88,78,127); }
td.TdClassName
{
border-color: #584E7F;
}
.TagClassName
{
border-color: #584E7F;
}
</style>