Shades of Victoria #584B84
Tints of Victoria #584B84
RGB
CMYK
RGB Variations
Color information
#584B84 (or 0x584B84) is known color: Victoria. HEX triplet: 58, 4B and 84. RGB value is (88,75,132). Sum of RGB (Red+Green+Blue) = 88+75+132=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #584B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584B84 is #A7B47B. Grayscale: #555555. Windows color (decimal): -10990716 or 8670040. OLE color: 8670040.
HSL color Cylindrical-coordinate representation of color #584B84: hue angle of 253.68º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #584B84 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 75 | 132 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.48 |
| HSL | 253.68º | 0.28% | 0.41% | - |
| HSV(B) | 253.68º | 0.43% | 0.52% | - |
| XYZ | 10.71 | 8.77 | 22.96 | - |
| YUV | 85.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 132 | 0.33 | 0.43 | 0 | 0.48 | 253.68 | 0.28 | 0.41 |
| Hex | 58 | 4B | 84 | 21 | 2B | 0 | 30 | FE | 1C | 29 |
| Octal | 130 | 113 | 204 | 41 | 53 | 0 | 60 | 376 | 34 | 51 |
| Binary | 1011000 | 1001011 | 10000100 | 100001 | 101011 | 0 | 110000 | 11111110 | 11100 | 101001 |
Color Harmonies of #584B84
Complementary color
Monochromatic Colors of #584B84
Black with #584B84
Text Example
Text Example
White with #584B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B84; }
p { color: rgb(88,75,132); }
H1.HeaderClassName
{
color: #584B84;
}
.AnyTagClassName
{
color: #584B84;
}
</style>
background-color css
<style>
a { background-color: #584B84; }
a { background-color: rgb(88,75,132); }
div.DivClassName
{
background-color: #584B84;
}
.BgClassName
{
background-color: #584B84;
}
</style>
border-color css
<style>
span { border-color: #584B84; }
span { border-color: rgb(88,75,132); }
td.TdClassName
{
border-color: #584B84;
}
.TagClassName
{
border-color: #584B84;
}
</style>