Shades of Victoria #5F517C
Tints of Victoria #5F517C
RGB
CMYK
RGB Variations
Color information
#5F517C (or 0x5F517C) is known color: Victoria. HEX triplet: 5F, 51 and 7C. RGB value is (95,81,124). Sum of RGB (Red+Green+Blue) = 95+81+124=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F517C is #A0AE83. Grayscale: #595959. Windows color (decimal): -10530436 or 8147295. OLE color: 8147295.
HSL color Cylindrical-coordinate representation of color #5F517C: hue angle of 259.53º 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 #5F517C is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 81 | 124 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.51 |
| HSL | 259.53º | 0.21% | 0.4% | - |
| HSV(B) | 259.53º | 0.35% | 0.49% | - |
| XYZ | 11.3 | 9.77 | 20.36 | - |
| YUV | 90.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 124 | 0.23 | 0.35 | 0 | 0.51 | 259.53 | 0.21 | 0.4 |
| Hex | 5F | 51 | 7C | 17 | 23 | 0 | 33 | 104 | 15 | 28 |
| Octal | 137 | 121 | 174 | 27 | 43 | 0 | 63 | 404 | 25 | 50 |
| Binary | 1011111 | 1010001 | 1111100 | 10111 | 100011 | 0 | 110011 | 100000100 | 10101 | 101000 |
Color Harmonies of #5F517C
Complementary color
Monochromatic Colors of #5F517C
Black with #5F517C
Text Example
Text Example
White with #5F517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F517C; }
p { color: rgb(95,81,124); }
H1.HeaderClassName
{
color: #5F517C;
}
.AnyTagClassName
{
color: #5F517C;
}
</style>
background-color css
<style>
a { background-color: #5F517C; }
a { background-color: rgb(95,81,124); }
div.DivClassName
{
background-color: #5F517C;
}
.BgClassName
{
background-color: #5F517C;
}
</style>
border-color css
<style>
span { border-color: #5F517C; }
span { border-color: rgb(95,81,124); }
td.TdClassName
{
border-color: #5F517C;
}
.TagClassName
{
border-color: #5F517C;
}
</style>