Shades of Victoria #5C5179
Tints of Victoria #5C5179
RGB
CMYK
RGB Variations
Color information
#5C5179 (or 0x5C5179) is known color: Victoria. HEX triplet: 5C, 51 and 79. RGB value is (92,81,121). Sum of RGB (Red+Green+Blue) = 92+81+121=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C5179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5179 is #A3AE86. Grayscale: #585858. Windows color (decimal): -10727047 or 7950684. OLE color: 7950684.
HSL color Cylindrical-coordinate representation of color #5C5179: hue angle of 256.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C5179 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 81 | 121 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.53 |
| HSL | 256.5º | 0.2% | 0.4% | - |
| HSV(B) | 256.5º | 0.33% | 0.47% | - |
| XYZ | 10.81 | 9.54 | 19.36 | - |
| YUV | 88.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 121 | 0.24 | 0.33 | 0 | 0.53 | 256.5 | 0.2 | 0.4 |
| Hex | 5C | 51 | 79 | 18 | 21 | 0 | 35 | 100 | 14 | 28 |
| Octal | 134 | 121 | 171 | 30 | 41 | 0 | 65 | 400 | 24 | 50 |
| Binary | 1011100 | 1010001 | 1111001 | 11000 | 100001 | 0 | 110101 | 100000000 | 10100 | 101000 |
Color Harmonies of #5C5179
Complementary color
Monochromatic Colors of #5C5179
Black with #5C5179
Text Example
Text Example
White with #5C5179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5179; }
p { color: rgb(92,81,121); }
H1.HeaderClassName
{
color: #5C5179;
}
.AnyTagClassName
{
color: #5C5179;
}
</style>
background-color css
<style>
a { background-color: #5C5179; }
a { background-color: rgb(92,81,121); }
div.DivClassName
{
background-color: #5C5179;
}
.BgClassName
{
background-color: #5C5179;
}
</style>
border-color css
<style>
span { border-color: #5C5179; }
span { border-color: rgb(92,81,121); }
td.TdClassName
{
border-color: #5C5179;
}
.TagClassName
{
border-color: #5C5179;
}
</style>