Shades of Victoria #585485
Tints of Victoria #585485
RGB
CMYK
RGB Variations
Color information
#585485 (or 0x585485) is known color: Victoria. HEX triplet: 58, 54 and 85. RGB value is (88,84,133). Sum of RGB (Red+Green+Blue) = 88+84+133=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #585485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585485 is #A7AB7A. Grayscale: #5A5A5A. Windows color (decimal): -10988411 or 8737880. OLE color: 8737880.
HSL color Cylindrical-coordinate representation of color #585485: hue angle of 244.9º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #585485 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 84 | 133 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.48 |
| HSL | 244.9º | 0.23% | 0.43% | - |
| HSV(B) | 244.9º | 0.37% | 0.52% | - |
| XYZ | 11.43 | 10.11 | 23.54 | - |
| YUV | 90.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 133 | 0.34 | 0.37 | 0 | 0.48 | 244.9 | 0.23 | 0.43 |
| Hex | 58 | 54 | 85 | 22 | 25 | 0 | 30 | F5 | 17 | 2B |
| Octal | 130 | 124 | 205 | 42 | 45 | 0 | 60 | 365 | 27 | 53 |
| Binary | 1011000 | 1010100 | 10000101 | 100010 | 100101 | 0 | 110000 | 11110101 | 10111 | 101011 |
Color Harmonies of #585485
Complementary color
Monochromatic Colors of #585485
Black with #585485
Text Example
Text Example
White with #585485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585485; }
p { color: rgb(88,84,133); }
H1.HeaderClassName
{
color: #585485;
}
.AnyTagClassName
{
color: #585485;
}
</style>
background-color css
<style>
a { background-color: #585485; }
a { background-color: rgb(88,84,133); }
div.DivClassName
{
background-color: #585485;
}
.BgClassName
{
background-color: #585485;
}
</style>
border-color css
<style>
span { border-color: #585485; }
span { border-color: rgb(88,84,133); }
td.TdClassName
{
border-color: #585485;
}
.TagClassName
{
border-color: #585485;
}
</style>