Shades of Victoria #585089
Tints of Victoria #585089
RGB
CMYK
RGB Variations
Color information
#585089 (or 0x585089) is known color: Victoria. HEX triplet: 58, 50 and 89. RGB value is (88,80,137). Sum of RGB (Red+Green+Blue) = 88+80+137=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #585089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585089 is #A7AF76. Grayscale: #585858. Windows color (decimal): -10989431 or 8999000. OLE color: 8999000.
HSL color Cylindrical-coordinate representation of color #585089: hue angle of 248.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #585089 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 80 | 137 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.46 |
| HSL | 248.42º | 0.26% | 0.43% | - |
| HSV(B) | 248.42º | 0.42% | 0.54% | - |
| XYZ | 11.41 | 9.62 | 24.92 | - |
| YUV | 88.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 137 | 0.36 | 0.42 | 0 | 0.46 | 248.42 | 0.26 | 0.43 |
| Hex | 58 | 50 | 89 | 24 | 2A | 0 | 2E | F8 | 1A | 2B |
| Octal | 130 | 120 | 211 | 44 | 52 | 0 | 56 | 370 | 32 | 53 |
| Binary | 1011000 | 1010000 | 10001001 | 100100 | 101010 | 0 | 101110 | 11111000 | 11010 | 101011 |
Color Harmonies of #585089
Complementary color
Monochromatic Colors of #585089
Black with #585089
Text Example
Text Example
White with #585089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585089; }
p { color: rgb(88,80,137); }
H1.HeaderClassName
{
color: #585089;
}
.AnyTagClassName
{
color: #585089;
}
</style>
background-color css
<style>
a { background-color: #585089; }
a { background-color: rgb(88,80,137); }
div.DivClassName
{
background-color: #585089;
}
.BgClassName
{
background-color: #585089;
}
</style>
border-color css
<style>
span { border-color: #585089; }
span { border-color: rgb(88,80,137); }
td.TdClassName
{
border-color: #585089;
}
.TagClassName
{
border-color: #585089;
}
</style>