Shades of Victoria #585184
Tints of Victoria #585184
RGB
CMYK
RGB Variations
Color information
#585184 (or 0x585184) is known color: Victoria. HEX triplet: 58, 51 and 84. RGB value is (88,81,132). Sum of RGB (Red+Green+Blue) = 88+81+132=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #585184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585184 is #A7AE7B. Grayscale: #585858. Windows color (decimal): -10989180 or 8671576. OLE color: 8671576.
HSL color Cylindrical-coordinate representation of color #585184: hue angle of 248.24º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585184 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 81 | 132 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.48 |
| HSL | 248.24º | 0.24% | 0.42% | - |
| HSV(B) | 248.24º | 0.39% | 0.52% | - |
| XYZ | 11.13 | 9.63 | 23.1 | - |
| YUV | 88.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 132 | 0.33 | 0.39 | 0 | 0.48 | 248.24 | 0.24 | 0.42 |
| Hex | 58 | 51 | 84 | 21 | 27 | 0 | 30 | F8 | 18 | 2A |
| Octal | 130 | 121 | 204 | 41 | 47 | 0 | 60 | 370 | 30 | 52 |
| Binary | 1011000 | 1010001 | 10000100 | 100001 | 100111 | 0 | 110000 | 11111000 | 11000 | 101010 |
Color Harmonies of #585184
Complementary color
Monochromatic Colors of #585184
Black with #585184
Text Example
Text Example
White with #585184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585184; }
p { color: rgb(88,81,132); }
H1.HeaderClassName
{
color: #585184;
}
.AnyTagClassName
{
color: #585184;
}
</style>
background-color css
<style>
a { background-color: #585184; }
a { background-color: rgb(88,81,132); }
div.DivClassName
{
background-color: #585184;
}
.BgClassName
{
background-color: #585184;
}
</style>
border-color css
<style>
span { border-color: #585184; }
span { border-color: rgb(88,81,132); }
td.TdClassName
{
border-color: #585184;
}
.TagClassName
{
border-color: #585184;
}
</style>