Shades of Victoria #585182
Tints of Victoria #585182
RGB
CMYK
RGB Variations
Color information
#585182 (or 0x585182) is known color: Victoria. HEX triplet: 58, 51 and 82. RGB value is (88,81,130). Sum of RGB (Red+Green+Blue) = 88+81+130=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #585182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585182 is #A7AE7D. Grayscale: #585858. Windows color (decimal): -10989182 or 8540504. OLE color: 8540504.
HSL color Cylindrical-coordinate representation of color #585182: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #585182 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 81 | 130 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.49 |
| HSL | 248.57º | 0.23% | 0.41% | - |
| HSV(B) | 248.57º | 0.38% | 0.51% | - |
| XYZ | 11 | 9.57 | 22.39 | - |
| YUV | 88.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 130 | 0.32 | 0.38 | 0 | 0.49 | 248.57 | 0.23 | 0.41 |
| Hex | 58 | 51 | 82 | 20 | 26 | 0 | 31 | F9 | 17 | 29 |
| Octal | 130 | 121 | 202 | 40 | 46 | 0 | 61 | 371 | 27 | 51 |
| Binary | 1011000 | 1010001 | 10000010 | 100000 | 100110 | 0 | 110001 | 11111001 | 10111 | 101001 |
Color Harmonies of #585182
Complementary color
Monochromatic Colors of #585182
Black with #585182
Text Example
Text Example
White with #585182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585182; }
p { color: rgb(88,81,130); }
H1.HeaderClassName
{
color: #585182;
}
.AnyTagClassName
{
color: #585182;
}
</style>
background-color css
<style>
a { background-color: #585182; }
a { background-color: rgb(88,81,130); }
div.DivClassName
{
background-color: #585182;
}
.BgClassName
{
background-color: #585182;
}
</style>
border-color css
<style>
span { border-color: #585182; }
span { border-color: rgb(88,81,130); }
td.TdClassName
{
border-color: #585182;
}
.TagClassName
{
border-color: #585182;
}
</style>