Shades of Victoria #5F5179
Tints of Victoria #5F5179
RGB
CMYK
RGB Variations
Color information
#5F5179 (or 0x5F5179) is known color: Victoria. HEX triplet: 5F, 51 and 79. RGB value is (95,81,121). Sum of RGB (Red+Green+Blue) = 95+81+121=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #5F5179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5179 is #A0AE86. Grayscale: #595959. Windows color (decimal): -10530439 or 7950687. OLE color: 7950687.
HSL color Cylindrical-coordinate representation of color #5F5179: hue angle of 261º 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 #5F5179 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 81 | 121 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.53 |
| HSL | 261º | 0.2% | 0.4% | - |
| HSV(B) | 261º | 0.33% | 0.47% | - |
| XYZ | 11.11 | 9.7 | 19.38 | - |
| YUV | 89.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 121 | 0.21 | 0.33 | 0 | 0.53 | 261 | 0.2 | 0.4 |
| Hex | 5F | 51 | 79 | 15 | 21 | 0 | 35 | 105 | 14 | 28 |
| Octal | 137 | 121 | 171 | 25 | 41 | 0 | 65 | 405 | 24 | 50 |
| Binary | 1011111 | 1010001 | 1111001 | 10101 | 100001 | 0 | 110101 | 100000101 | 10100 | 101000 |
Color Harmonies of #5F5179
Complementary color
Monochromatic Colors of #5F5179
Black with #5F5179
Text Example
Text Example
White with #5F5179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5179; }
p { color: rgb(95,81,121); }
H1.HeaderClassName
{
color: #5F5179;
}
.AnyTagClassName
{
color: #5F5179;
}
</style>
background-color css
<style>
a { background-color: #5F5179; }
a { background-color: rgb(95,81,121); }
div.DivClassName
{
background-color: #5F5179;
}
.BgClassName
{
background-color: #5F5179;
}
</style>
border-color css
<style>
span { border-color: #5F5179; }
span { border-color: rgb(95,81,121); }
td.TdClassName
{
border-color: #5F5179;
}
.TagClassName
{
border-color: #5F5179;
}
</style>