Shades of Victoria #585178
Tints of Victoria #585178
RGB
CMYK
RGB Variations
Color information
#585178 (or 0x585178) is known color: Victoria. HEX triplet: 58, 51 and 78. RGB value is (88,81,120). Sum of RGB (Red+Green+Blue) = 88+81+120=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #585178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585178 is #A7AE87. Grayscale: #575757. Windows color (decimal): -10989192 or 7885144. OLE color: 7885144.
HSL color Cylindrical-coordinate representation of color #585178: hue angle of 250.77º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585178 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 81 | 120 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.53 |
| HSL | 250.77º | 0.19% | 0.39% | - |
| HSV(B) | 250.77º | 0.33% | 0.47% | - |
| XYZ | 10.36 | 9.32 | 19.02 | - |
| YUV | 87.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 120 | 0.27 | 0.32 | 0 | 0.53 | 250.77 | 0.19 | 0.39 |
| Hex | 58 | 51 | 78 | 1B | 20 | 0 | 35 | FB | 13 | 27 |
| Octal | 130 | 121 | 170 | 33 | 40 | 0 | 65 | 373 | 23 | 47 |
| Binary | 1011000 | 1010001 | 1111000 | 11011 | 100000 | 0 | 110101 | 11111011 | 10011 | 100111 |
Color Harmonies of #585178
Complementary color
Monochromatic Colors of #585178
Black with #585178
Text Example
Text Example
White with #585178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585178; }
p { color: rgb(88,81,120); }
H1.HeaderClassName
{
color: #585178;
}
.AnyTagClassName
{
color: #585178;
}
</style>
background-color css
<style>
a { background-color: #585178; }
a { background-color: rgb(88,81,120); }
div.DivClassName
{
background-color: #585178;
}
.BgClassName
{
background-color: #585178;
}
</style>
border-color css
<style>
span { border-color: #585178; }
span { border-color: rgb(88,81,120); }
td.TdClassName
{
border-color: #585178;
}
.TagClassName
{
border-color: #585178;
}
</style>