Shades of Victoria #5C517A
Tints of Victoria #5C517A
RGB
CMYK
RGB Variations
Color information
#5C517A (or 0x5C517A) is known color: Victoria. HEX triplet: 5C, 51 and 7A. RGB value is (92,81,122). Sum of RGB (Red+Green+Blue) = 92+81+122=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C517A is #A3AE85. Grayscale: #585858. Windows color (decimal): -10727046 or 8016220. OLE color: 8016220.
HSL color Cylindrical-coordinate representation of color #5C517A: hue angle of 256.1º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C517A is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 81 | 122 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.52 |
| HSL | 256.1º | 0.2% | 0.4% | - |
| HSV(B) | 256.1º | 0.34% | 0.48% | - |
| XYZ | 10.87 | 9.57 | 19.69 | - |
| YUV | 88.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 122 | 0.25 | 0.34 | 0 | 0.52 | 256.1 | 0.2 | 0.4 |
| Hex | 5C | 51 | 7A | 19 | 22 | 0 | 34 | 100 | 14 | 28 |
| Octal | 134 | 121 | 172 | 31 | 42 | 0 | 64 | 400 | 24 | 50 |
| Binary | 1011100 | 1010001 | 1111010 | 11001 | 100010 | 0 | 110100 | 100000000 | 10100 | 101000 |
Color Harmonies of #5C517A
Complementary color
Monochromatic Colors of #5C517A
Black with #5C517A
Text Example
Text Example
White with #5C517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C517A; }
p { color: rgb(92,81,122); }
H1.HeaderClassName
{
color: #5C517A;
}
.AnyTagClassName
{
color: #5C517A;
}
</style>
background-color css
<style>
a { background-color: #5C517A; }
a { background-color: rgb(92,81,122); }
div.DivClassName
{
background-color: #5C517A;
}
.BgClassName
{
background-color: #5C517A;
}
</style>
border-color css
<style>
span { border-color: #5C517A; }
span { border-color: rgb(92,81,122); }
td.TdClassName
{
border-color: #5C517A;
}
.TagClassName
{
border-color: #5C517A;
}
</style>