Shades of Victoria #5F517E
Tints of Victoria #5F517E
RGB
CMYK
RGB Variations
Color information
#5F517E (or 0x5F517E) is known color: Victoria. HEX triplet: 5F, 51 and 7E. RGB value is (95,81,126). Sum of RGB (Red+Green+Blue) = 95+81+126=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 126 - color contains mainly: blue. Hex color #5F517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F517E is #A0AE81. Grayscale: #5A5A5A. Windows color (decimal): -10530434 or 8278367. OLE color: 8278367.
HSL color Cylindrical-coordinate representation of color #5F517E: hue angle of 258.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F517E is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 81 | 126 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.51 |
| HSL | 258.67º | 0.22% | 0.41% | - |
| HSV(B) | 258.67º | 0.36% | 0.49% | - |
| XYZ | 11.43 | 9.82 | 21.03 | - |
| YUV | 90.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 126 | 0.25 | 0.36 | 0 | 0.51 | 258.67 | 0.22 | 0.41 |
| Hex | 5F | 51 | 7E | 19 | 24 | 0 | 33 | 103 | 16 | 29 |
| Octal | 137 | 121 | 176 | 31 | 44 | 0 | 63 | 403 | 26 | 51 |
| Binary | 1011111 | 1010001 | 1111110 | 11001 | 100100 | 0 | 110011 | 100000011 | 10110 | 101001 |
Color Harmonies of #5F517E
Complementary color
Monochromatic Colors of #5F517E
Black with #5F517E
Text Example
Text Example
White with #5F517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F517E; }
p { color: rgb(95,81,126); }
H1.HeaderClassName
{
color: #5F517E;
}
.AnyTagClassName
{
color: #5F517E;
}
</style>
background-color css
<style>
a { background-color: #5F517E; }
a { background-color: rgb(95,81,126); }
div.DivClassName
{
background-color: #5F517E;
}
.BgClassName
{
background-color: #5F517E;
}
</style>
border-color css
<style>
span { border-color: #5F517E; }
span { border-color: rgb(95,81,126); }
td.TdClassName
{
border-color: #5F517E;
}
.TagClassName
{
border-color: #5F517E;
}
</style>