Shades of Victoria #585388
Tints of Victoria #585388
RGB
CMYK
RGB Variations
Color information
#585388 (or 0x585388) is known color: Victoria. HEX triplet: 58, 53 and 88. RGB value is (88,83,136). Sum of RGB (Red+Green+Blue) = 88+83+136=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #585388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585388 is #A7AC77. Grayscale: #5A5A5A. Windows color (decimal): -10988664 or 8934232. OLE color: 8934232.
HSL color Cylindrical-coordinate representation of color #585388: hue angle of 245.66º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585388 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 83 | 136 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.47 |
| HSL | 245.66º | 0.24% | 0.43% | - |
| HSV(B) | 245.66º | 0.39% | 0.53% | - |
| XYZ | 11.56 | 10.04 | 24.62 | - |
| YUV | 90.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 136 | 0.35 | 0.39 | 0 | 0.47 | 245.66 | 0.24 | 0.43 |
| Hex | 58 | 53 | 88 | 23 | 27 | 0 | 2F | F6 | 18 | 2B |
| Octal | 130 | 123 | 210 | 43 | 47 | 0 | 57 | 366 | 30 | 53 |
| Binary | 1011000 | 1010011 | 10001000 | 100011 | 100111 | 0 | 101111 | 11110110 | 11000 | 101011 |
Color Harmonies of #585388
Complementary color
Monochromatic Colors of #585388
Black with #585388
Text Example
Text Example
White with #585388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585388; }
p { color: rgb(88,83,136); }
H1.HeaderClassName
{
color: #585388;
}
.AnyTagClassName
{
color: #585388;
}
</style>
background-color css
<style>
a { background-color: #585388; }
a { background-color: rgb(88,83,136); }
div.DivClassName
{
background-color: #585388;
}
.BgClassName
{
background-color: #585388;
}
</style>
border-color css
<style>
span { border-color: #585388; }
span { border-color: rgb(88,83,136); }
td.TdClassName
{
border-color: #585388;
}
.TagClassName
{
border-color: #585388;
}
</style>