Shades of Victoria #584E8E
Tints of Victoria #584E8E
RGB
CMYK
RGB Variations
Color information
#584E8E (or 0x584E8E) is known color: Victoria. HEX triplet: 58, 4E and 8E. RGB value is (88,78,142). Sum of RGB (Red+Green+Blue) = 88+78+142=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #584E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E8E is #A7B171. Grayscale: #585858. Windows color (decimal): -10989938 or 9326168. OLE color: 9326168.
HSL color Cylindrical-coordinate representation of color #584E8E: hue angle of 249.38º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #584E8E is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 78 | 142 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.44 |
| HSL | 249.38º | 0.29% | 0.43% | - |
| HSV(B) | 249.38º | 0.45% | 0.56% | - |
| XYZ | 11.63 | 9.48 | 26.81 | - |
| YUV | 88.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 142 | 0.38 | 0.45 | 0 | 0.44 | 249.38 | 0.29 | 0.43 |
| Hex | 58 | 4E | 8E | 26 | 2D | 0 | 2C | F9 | 1D | 2B |
| Octal | 130 | 116 | 216 | 46 | 55 | 0 | 54 | 371 | 35 | 53 |
| Binary | 1011000 | 1001110 | 10001110 | 100110 | 101101 | 0 | 101100 | 11111001 | 11101 | 101011 |
Color Harmonies of #584E8E
Complementary color
Monochromatic Colors of #584E8E
Black with #584E8E
Text Example
Text Example
White with #584E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E8E; }
p { color: rgb(88,78,142); }
H1.HeaderClassName
{
color: #584E8E;
}
.AnyTagClassName
{
color: #584E8E;
}
</style>
background-color css
<style>
a { background-color: #584E8E; }
a { background-color: rgb(88,78,142); }
div.DivClassName
{
background-color: #584E8E;
}
.BgClassName
{
background-color: #584E8E;
}
</style>
border-color css
<style>
span { border-color: #584E8E; }
span { border-color: rgb(88,78,142); }
td.TdClassName
{
border-color: #584E8E;
}
.TagClassName
{
border-color: #584E8E;
}
</style>