Shades of Victoria #585177
Tints of Victoria #585177
RGB
CMYK
RGB Variations
Color information
#585177 (or 0x585177) is known color: Victoria. HEX triplet: 58, 51 and 77. RGB value is (88,81,119). Sum of RGB (Red+Green+Blue) = 88+81+119=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #585177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585177 is #A7AE88. Grayscale: #575757. Windows color (decimal): -10989193 or 7819608. OLE color: 7819608.
HSL color Cylindrical-coordinate representation of color #585177: hue angle of 251.05º 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 #585177 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 81 | 119 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.53 |
| HSL | 251.05º | 0.19% | 0.39% | - |
| HSV(B) | 251.05º | 0.32% | 0.47% | - |
| XYZ | 10.3 | 9.29 | 18.7 | - |
| YUV | 87.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 119 | 0.26 | 0.32 | 0 | 0.53 | 251.05 | 0.19 | 0.39 |
| Hex | 58 | 51 | 77 | 1A | 20 | 0 | 35 | FB | 13 | 27 |
| Octal | 130 | 121 | 167 | 32 | 40 | 0 | 65 | 373 | 23 | 47 |
| Binary | 1011000 | 1010001 | 1110111 | 11010 | 100000 | 0 | 110101 | 11111011 | 10011 | 100111 |
Color Harmonies of #585177
Complementary color
Monochromatic Colors of #585177
Black with #585177
Text Example
Text Example
White with #585177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585177; }
p { color: rgb(88,81,119); }
H1.HeaderClassName
{
color: #585177;
}
.AnyTagClassName
{
color: #585177;
}
</style>
background-color css
<style>
a { background-color: #585177; }
a { background-color: rgb(88,81,119); }
div.DivClassName
{
background-color: #585177;
}
.BgClassName
{
background-color: #585177;
}
</style>
border-color css
<style>
span { border-color: #585177; }
span { border-color: rgb(88,81,119); }
td.TdClassName
{
border-color: #585177;
}
.TagClassName
{
border-color: #585177;
}
</style>