Shades of Victoria #5C517C
Tints of Victoria #5C517C
RGB
CMYK
RGB Variations
Color information
#5C517C (or 0x5C517C) is known color: Victoria. HEX triplet: 5C, 51 and 7C. RGB value is (92,81,124). Sum of RGB (Red+Green+Blue) = 92+81+124=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C517C is #A3AE83. Grayscale: #595959. Windows color (decimal): -10727044 or 8147292. OLE color: 8147292.
HSL color Cylindrical-coordinate representation of color #5C517C: hue angle of 255.35º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C517C is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 81 | 124 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.51 |
| HSL | 255.35º | 0.21% | 0.4% | - |
| HSV(B) | 255.35º | 0.35% | 0.49% | - |
| XYZ | 10.99 | 9.62 | 20.35 | - |
| YUV | 89.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 124 | 0.26 | 0.35 | 0 | 0.51 | 255.35 | 0.21 | 0.4 |
| Hex | 5C | 51 | 7C | 1A | 23 | 0 | 33 | FF | 15 | 28 |
| Octal | 134 | 121 | 174 | 32 | 43 | 0 | 63 | 377 | 25 | 50 |
| Binary | 1011100 | 1010001 | 1111100 | 11010 | 100011 | 0 | 110011 | 11111111 | 10101 | 101000 |
Color Harmonies of #5C517C
Complementary color
Monochromatic Colors of #5C517C
Black with #5C517C
Text Example
Text Example
White with #5C517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C517C; }
p { color: rgb(92,81,124); }
H1.HeaderClassName
{
color: #5C517C;
}
.AnyTagClassName
{
color: #5C517C;
}
</style>
background-color css
<style>
a { background-color: #5C517C; }
a { background-color: rgb(92,81,124); }
div.DivClassName
{
background-color: #5C517C;
}
.BgClassName
{
background-color: #5C517C;
}
</style>
border-color css
<style>
span { border-color: #5C517C; }
span { border-color: rgb(92,81,124); }
td.TdClassName
{
border-color: #5C517C;
}
.TagClassName
{
border-color: #5C517C;
}
</style>