Shades of Victoria #585483
Tints of Victoria #585483
RGB
CMYK
RGB Variations
Color information
#585483 (or 0x585483) is known color: Victoria. HEX triplet: 58, 54 and 83. RGB value is (88,84,131). Sum of RGB (Red+Green+Blue) = 88+84+131=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #585483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585483 is #A7AB7C. Grayscale: #5A5A5A. Windows color (decimal): -10988413 or 8606808. OLE color: 8606808.
HSL color Cylindrical-coordinate representation of color #585483: hue angle of 245.11º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #585483 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 84 | 131 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.49 |
| HSL | 245.11º | 0.22% | 0.42% | - |
| HSV(B) | 245.11º | 0.36% | 0.51% | - |
| XYZ | 11.29 | 10.05 | 22.82 | - |
| YUV | 90.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 131 | 0.33 | 0.36 | 0 | 0.49 | 245.11 | 0.22 | 0.42 |
| Hex | 58 | 54 | 83 | 21 | 24 | 0 | 31 | F5 | 16 | 2A |
| Octal | 130 | 124 | 203 | 41 | 44 | 0 | 61 | 365 | 26 | 52 |
| Binary | 1011000 | 1010100 | 10000011 | 100001 | 100100 | 0 | 110001 | 11110101 | 10110 | 101010 |
Color Harmonies of #585483
Complementary color
Monochromatic Colors of #585483
Black with #585483
Text Example
Text Example
White with #585483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585483; }
p { color: rgb(88,84,131); }
H1.HeaderClassName
{
color: #585483;
}
.AnyTagClassName
{
color: #585483;
}
</style>
background-color css
<style>
a { background-color: #585483; }
a { background-color: rgb(88,84,131); }
div.DivClassName
{
background-color: #585483;
}
.BgClassName
{
background-color: #585483;
}
</style>
border-color css
<style>
span { border-color: #585483; }
span { border-color: rgb(88,84,131); }
td.TdClassName
{
border-color: #585483;
}
.TagClassName
{
border-color: #585483;
}
</style>