Shades of Victoria #585389
Tints of Victoria #585389
RGB
CMYK
RGB Variations
Color information
#585389 (or 0x585389) is known color: Victoria. HEX triplet: 58, 53 and 89. RGB value is (88,83,137). Sum of RGB (Red+Green+Blue) = 88+83+137=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #585389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585389 is #A7AC76. Grayscale: #5A5A5A. Windows color (decimal): -10988663 or 8999768. OLE color: 8999768.
HSL color Cylindrical-coordinate representation of color #585389: hue angle of 245.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585389 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 83 | 137 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.46 |
| HSL | 245.56º | 0.25% | 0.43% | - |
| HSV(B) | 245.56º | 0.39% | 0.54% | - |
| XYZ | 11.63 | 10.07 | 25 | - |
| YUV | 90.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 137 | 0.36 | 0.39 | 0 | 0.46 | 245.56 | 0.25 | 0.43 |
| Hex | 58 | 53 | 89 | 24 | 27 | 0 | 2E | F6 | 19 | 2B |
| Octal | 130 | 123 | 211 | 44 | 47 | 0 | 56 | 366 | 31 | 53 |
| Binary | 1011000 | 1010011 | 10001001 | 100100 | 100111 | 0 | 101110 | 11110110 | 11001 | 101011 |
Color Harmonies of #585389
Complementary color
Monochromatic Colors of #585389
Black with #585389
Text Example
Text Example
White with #585389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585389; }
p { color: rgb(88,83,137); }
H1.HeaderClassName
{
color: #585389;
}
.AnyTagClassName
{
color: #585389;
}
</style>
background-color css
<style>
a { background-color: #585389; }
a { background-color: rgb(88,83,137); }
div.DivClassName
{
background-color: #585389;
}
.BgClassName
{
background-color: #585389;
}
</style>
border-color css
<style>
span { border-color: #585389; }
span { border-color: rgb(88,83,137); }
td.TdClassName
{
border-color: #585389;
}
.TagClassName
{
border-color: #585389;
}
</style>