Shades of Victoria #585484
Tints of Victoria #585484
RGB
CMYK
RGB Variations
Color information
#585484 (or 0x585484) is known color: Victoria. HEX triplet: 58, 54 and 84. RGB value is (88,84,132). Sum of RGB (Red+Green+Blue) = 88+84+132=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #585484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585484 is #A7AB7B. Grayscale: #5A5A5A. Windows color (decimal): -10988412 or 8672344. OLE color: 8672344.
HSL color Cylindrical-coordinate representation of color #585484: hue angle of 245º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #585484 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 84 | 132 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.48 |
| HSL | 245º | 0.22% | 0.42% | - |
| HSV(B) | 245º | 0.36% | 0.52% | - |
| XYZ | 11.36 | 10.08 | 23.18 | - |
| YUV | 90.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 132 | 0.33 | 0.36 | 0 | 0.48 | 245 | 0.22 | 0.42 |
| Hex | 58 | 54 | 84 | 21 | 24 | 0 | 30 | F5 | 16 | 2A |
| Octal | 130 | 124 | 204 | 41 | 44 | 0 | 60 | 365 | 26 | 52 |
| Binary | 1011000 | 1010100 | 10000100 | 100001 | 100100 | 0 | 110000 | 11110101 | 10110 | 101010 |
Color Harmonies of #585484
Complementary color
Monochromatic Colors of #585484
Black with #585484
Text Example
Text Example
White with #585484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585484; }
p { color: rgb(88,84,132); }
H1.HeaderClassName
{
color: #585484;
}
.AnyTagClassName
{
color: #585484;
}
</style>
background-color css
<style>
a { background-color: #585484; }
a { background-color: rgb(88,84,132); }
div.DivClassName
{
background-color: #585484;
}
.BgClassName
{
background-color: #585484;
}
</style>
border-color css
<style>
span { border-color: #585484; }
span { border-color: rgb(88,84,132); }
td.TdClassName
{
border-color: #585484;
}
.TagClassName
{
border-color: #585484;
}
</style>