Shades of Victoria #584D82
Tints of Victoria #584D82
RGB
CMYK
RGB Variations
Color information
#584D82 (or 0x584D82) is known color: Victoria. HEX triplet: 58, 4D and 82. RGB value is (88,77,130). Sum of RGB (Red+Green+Blue) = 88+77+130=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #584D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584D82 is #A7B27D. Grayscale: #565656. Windows color (decimal): -10990206 or 8539480. OLE color: 8539480.
HSL color Cylindrical-coordinate representation of color #584D82: hue angle of 252.45º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #584D82 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 77 | 130 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.49 |
| HSL | 252.45º | 0.26% | 0.41% | - |
| HSV(B) | 252.45º | 0.41% | 0.51% | - |
| XYZ | 10.71 | 8.99 | 22.29 | - |
| YUV | 86.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 130 | 0.32 | 0.41 | 0 | 0.49 | 252.45 | 0.26 | 0.41 |
| Hex | 58 | 4D | 82 | 20 | 29 | 0 | 31 | FC | 1A | 29 |
| Octal | 130 | 115 | 202 | 40 | 51 | 0 | 61 | 374 | 32 | 51 |
| Binary | 1011000 | 1001101 | 10000010 | 100000 | 101001 | 0 | 110001 | 11111100 | 11010 | 101001 |
Color Harmonies of #584D82
Complementary color
Monochromatic Colors of #584D82
Black with #584D82
Text Example
Text Example
White with #584D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D82; }
p { color: rgb(88,77,130); }
H1.HeaderClassName
{
color: #584D82;
}
.AnyTagClassName
{
color: #584D82;
}
</style>
background-color css
<style>
a { background-color: #584D82; }
a { background-color: rgb(88,77,130); }
div.DivClassName
{
background-color: #584D82;
}
.BgClassName
{
background-color: #584D82;
}
</style>
border-color css
<style>
span { border-color: #584D82; }
span { border-color: rgb(88,77,130); }
td.TdClassName
{
border-color: #584D82;
}
.TagClassName
{
border-color: #584D82;
}
</style>