Shades of Victoria #5C5177
Tints of Victoria #5C5177
RGB
CMYK
RGB Variations
Color information
#5C5177 (or 0x5C5177) is known color: Victoria. HEX triplet: 5C, 51 and 77. RGB value is (92,81,119). Sum of RGB (Red+Green+Blue) = 92+81+119=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C5177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5177 is #A3AE88. Grayscale: #585858. Windows color (decimal): -10727049 or 7819612. OLE color: 7819612.
HSL color Cylindrical-coordinate representation of color #5C5177: hue angle of 257.37º 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 #5C5177 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 81 | 119 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.53 |
| HSL | 257.37º | 0.19% | 0.39% | - |
| HSV(B) | 257.37º | 0.32% | 0.47% | - |
| XYZ | 10.69 | 9.49 | 18.72 | - |
| YUV | 88.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 119 | 0.23 | 0.32 | 0 | 0.53 | 257.37 | 0.19 | 0.39 |
| Hex | 5C | 51 | 77 | 17 | 20 | 0 | 35 | 101 | 13 | 27 |
| Octal | 134 | 121 | 167 | 27 | 40 | 0 | 65 | 401 | 23 | 47 |
| Binary | 1011100 | 1010001 | 1110111 | 10111 | 100000 | 0 | 110101 | 100000001 | 10011 | 100111 |
Color Harmonies of #5C5177
Complementary color
Monochromatic Colors of #5C5177
Black with #5C5177
Text Example
Text Example
White with #5C5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5177; }
p { color: rgb(92,81,119); }
H1.HeaderClassName
{
color: #5C5177;
}
.AnyTagClassName
{
color: #5C5177;
}
</style>
background-color css
<style>
a { background-color: #5C5177; }
a { background-color: rgb(92,81,119); }
div.DivClassName
{
background-color: #5C5177;
}
.BgClassName
{
background-color: #5C5177;
}
</style>
border-color css
<style>
span { border-color: #5C5177; }
span { border-color: rgb(92,81,119); }
td.TdClassName
{
border-color: #5C5177;
}
.TagClassName
{
border-color: #5C5177;
}
</style>