Shades of Victoria #5F5183
Tints of Victoria #5F5183
RGB
CMYK
RGB Variations
Color information
#5F5183 (or 0x5F5183) is known color: Victoria. HEX triplet: 5F, 51 and 83. RGB value is (95,81,131). Sum of RGB (Red+Green+Blue) = 95+81+131=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #5F5183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5183 is #A0AE7C. Grayscale: #5A5A5A. Windows color (decimal): -10530429 or 8606047. OLE color: 8606047.
HSL color Cylindrical-coordinate representation of color #5F5183: hue angle of 256.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F5183 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 81 | 131 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.49 |
| HSL | 256.8º | 0.24% | 0.42% | - |
| HSV(B) | 256.8º | 0.38% | 0.51% | - |
| XYZ | 11.76 | 9.96 | 22.77 | - |
| YUV | 90.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 131 | 0.27 | 0.38 | 0 | 0.49 | 256.8 | 0.24 | 0.42 |
| Hex | 5F | 51 | 83 | 1B | 26 | 0 | 31 | 101 | 18 | 2A |
| Octal | 137 | 121 | 203 | 33 | 46 | 0 | 61 | 401 | 30 | 52 |
| Binary | 1011111 | 1010001 | 10000011 | 11011 | 100110 | 0 | 110001 | 100000001 | 11000 | 101010 |
Color Harmonies of #5F5183
Complementary color
Monochromatic Colors of #5F5183
Black with #5F5183
Text Example
Text Example
White with #5F5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5183; }
p { color: rgb(95,81,131); }
H1.HeaderClassName
{
color: #5F5183;
}
.AnyTagClassName
{
color: #5F5183;
}
</style>
background-color css
<style>
a { background-color: #5F5183; }
a { background-color: rgb(95,81,131); }
div.DivClassName
{
background-color: #5F5183;
}
.BgClassName
{
background-color: #5F5183;
}
</style>
border-color css
<style>
span { border-color: #5F5183; }
span { border-color: rgb(95,81,131); }
td.TdClassName
{
border-color: #5F5183;
}
.TagClassName
{
border-color: #5F5183;
}
</style>