Shades of Victoria #5F5184
Tints of Victoria #5F5184
RGB
CMYK
RGB Variations
Color information
#5F5184 (or 0x5F5184) is known color: Victoria. HEX triplet: 5F, 51 and 84. RGB value is (95,81,132). Sum of RGB (Red+Green+Blue) = 95+81+132=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F5184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5184 is #A0AE7B. Grayscale: #5A5A5A. Windows color (decimal): -10530428 or 8671583. OLE color: 8671583.
HSL color Cylindrical-coordinate representation of color #5F5184: hue angle of 256.47º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F5184 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 81 | 132 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.48 |
| HSL | 256.47º | 0.24% | 0.42% | - |
| HSV(B) | 256.47º | 0.39% | 0.52% | - |
| XYZ | 11.83 | 9.98 | 23.13 | - |
| YUV | 91 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 132 | 0.28 | 0.39 | 0 | 0.48 | 256.47 | 0.24 | 0.42 |
| Hex | 5F | 51 | 84 | 1C | 27 | 0 | 30 | 100 | 18 | 2A |
| Octal | 137 | 121 | 204 | 34 | 47 | 0 | 60 | 400 | 30 | 52 |
| Binary | 1011111 | 1010001 | 10000100 | 11100 | 100111 | 0 | 110000 | 100000000 | 11000 | 101010 |
Color Harmonies of #5F5184
Complementary color
Monochromatic Colors of #5F5184
Black with #5F5184
Text Example
Text Example
White with #5F5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5184; }
p { color: rgb(95,81,132); }
H1.HeaderClassName
{
color: #5F5184;
}
.AnyTagClassName
{
color: #5F5184;
}
</style>
background-color css
<style>
a { background-color: #5F5184; }
a { background-color: rgb(95,81,132); }
div.DivClassName
{
background-color: #5F5184;
}
.BgClassName
{
background-color: #5F5184;
}
</style>
border-color css
<style>
span { border-color: #5F5184; }
span { border-color: rgb(95,81,132); }
td.TdClassName
{
border-color: #5F5184;
}
.TagClassName
{
border-color: #5F5184;
}
</style>