Shades of Victoria #585181
Tints of Victoria #585181
RGB
CMYK
RGB Variations
Color information
#585181 (or 0x585181) is known color: Victoria. HEX triplet: 58, 51 and 81. RGB value is (88,81,129). Sum of RGB (Red+Green+Blue) = 88+81+129=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #585181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585181 is #A7AE7E. Grayscale: #585858. Windows color (decimal): -10989183 or 8474968. OLE color: 8474968.
HSL color Cylindrical-coordinate representation of color #585181: hue angle of 248.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #585181 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 81 | 129 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.49 |
| HSL | 248.75º | 0.23% | 0.41% | - |
| HSV(B) | 248.75º | 0.37% | 0.51% | - |
| XYZ | 10.93 | 9.54 | 22.04 | - |
| YUV | 88.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 129 | 0.32 | 0.37 | 0 | 0.49 | 248.75 | 0.23 | 0.41 |
| Hex | 58 | 51 | 81 | 20 | 25 | 0 | 31 | F9 | 17 | 29 |
| Octal | 130 | 121 | 201 | 40 | 45 | 0 | 61 | 371 | 27 | 51 |
| Binary | 1011000 | 1010001 | 10000001 | 100000 | 100101 | 0 | 110001 | 11111001 | 10111 | 101001 |
Color Harmonies of #585181
Complementary color
Monochromatic Colors of #585181
Black with #585181
Text Example
Text Example
White with #585181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585181; }
p { color: rgb(88,81,129); }
H1.HeaderClassName
{
color: #585181;
}
.AnyTagClassName
{
color: #585181;
}
</style>
background-color css
<style>
a { background-color: #585181; }
a { background-color: rgb(88,81,129); }
div.DivClassName
{
background-color: #585181;
}
.BgClassName
{
background-color: #585181;
}
</style>
border-color css
<style>
span { border-color: #585181; }
span { border-color: rgb(88,81,129); }
td.TdClassName
{
border-color: #585181;
}
.TagClassName
{
border-color: #585181;
}
</style>