Shades of Victoria #584D8A
Tints of Victoria #584D8A
RGB
CMYK
RGB Variations
Color information
#584D8A (or 0x584D8A) is known color: Victoria. HEX triplet: 58, 4D and 8A. RGB value is (88,77,138). Sum of RGB (Red+Green+Blue) = 88+77+138=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #584D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584D8A is #A7B275. Grayscale: #575757. Windows color (decimal): -10990198 or 9063768. OLE color: 9063768.
HSL color Cylindrical-coordinate representation of color #584D8A: hue angle of 250.82º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #584D8A is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 77 | 138 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.46 |
| HSL | 250.82º | 0.28% | 0.42% | - |
| HSV(B) | 250.82º | 0.44% | 0.54% | - |
| XYZ | 11.27 | 9.22 | 25.23 | - |
| YUV | 87.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 138 | 0.36 | 0.44 | 0 | 0.46 | 250.82 | 0.28 | 0.42 |
| Hex | 58 | 4D | 8A | 24 | 2C | 0 | 2E | FB | 1C | 2A |
| Octal | 130 | 115 | 212 | 44 | 54 | 0 | 56 | 373 | 34 | 52 |
| Binary | 1011000 | 1001101 | 10001010 | 100100 | 101100 | 0 | 101110 | 11111011 | 11100 | 101010 |
Color Harmonies of #584D8A
Complementary color
Monochromatic Colors of #584D8A
Black with #584D8A
Text Example
Text Example
White with #584D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D8A; }
p { color: rgb(88,77,138); }
H1.HeaderClassName
{
color: #584D8A;
}
.AnyTagClassName
{
color: #584D8A;
}
</style>
background-color css
<style>
a { background-color: #584D8A; }
a { background-color: rgb(88,77,138); }
div.DivClassName
{
background-color: #584D8A;
}
.BgClassName
{
background-color: #584D8A;
}
</style>
border-color css
<style>
span { border-color: #584D8A; }
span { border-color: rgb(88,77,138); }
td.TdClassName
{
border-color: #584D8A;
}
.TagClassName
{
border-color: #584D8A;
}
</style>