Shades of Victoria #585482
Tints of Victoria #585482
RGB
CMYK
RGB Variations
Color information
#585482 (or 0x585482) is known color: Victoria. HEX triplet: 58, 54 and 82. RGB value is (88,84,130). Sum of RGB (Red+Green+Blue) = 88+84+130=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #585482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585482 is #A7AB7D. Grayscale: #5A5A5A. Windows color (decimal): -10988414 or 8541272. OLE color: 8541272.
HSL color Cylindrical-coordinate representation of color #585482: hue angle of 245.22º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #585482 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 84 | 130 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.49 |
| HSL | 245.22º | 0.21% | 0.42% | - |
| HSV(B) | 245.22º | 0.35% | 0.51% | - |
| XYZ | 11.22 | 10.03 | 22.46 | - |
| YUV | 90.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 130 | 0.32 | 0.35 | 0 | 0.49 | 245.22 | 0.21 | 0.42 |
| Hex | 58 | 54 | 82 | 20 | 23 | 0 | 31 | F5 | 15 | 2A |
| Octal | 130 | 124 | 202 | 40 | 43 | 0 | 61 | 365 | 25 | 52 |
| Binary | 1011000 | 1010100 | 10000010 | 100000 | 100011 | 0 | 110001 | 11110101 | 10101 | 101010 |
Color Harmonies of #585482
Complementary color
Monochromatic Colors of #585482
Black with #585482
Text Example
Text Example
White with #585482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585482; }
p { color: rgb(88,84,130); }
H1.HeaderClassName
{
color: #585482;
}
.AnyTagClassName
{
color: #585482;
}
</style>
background-color css
<style>
a { background-color: #585482; }
a { background-color: rgb(88,84,130); }
div.DivClassName
{
background-color: #585482;
}
.BgClassName
{
background-color: #585482;
}
</style>
border-color css
<style>
span { border-color: #585482; }
span { border-color: rgb(88,84,130); }
td.TdClassName
{
border-color: #585482;
}
.TagClassName
{
border-color: #585482;
}
</style>