Shades of Victoria #5F5085
Tints of Victoria #5F5085
RGB
CMYK
RGB Variations
Color information
#5F5085 (or 0x5F5085) is known color: Victoria. HEX triplet: 5F, 50 and 85. RGB value is (95,80,133). Sum of RGB (Red+Green+Blue) = 95+80+133=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F5085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5085 is #A0AF7A. Grayscale: #5A5A5A. Windows color (decimal): -10530683 or 8736863. OLE color: 8736863.
HSL color Cylindrical-coordinate representation of color #5F5085: hue angle of 256.98º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F5085 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 80 | 133 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.48 |
| HSL | 256.98º | 0.25% | 0.42% | - |
| HSV(B) | 256.98º | 0.4% | 0.52% | - |
| XYZ | 11.82 | 9.86 | 23.47 | - |
| YUV | 90.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 133 | 0.29 | 0.40 | 0 | 0.48 | 256.98 | 0.25 | 0.42 |
| Hex | 5F | 50 | 85 | 1D | 28 | 0 | 30 | 101 | 19 | 2A |
| Octal | 137 | 120 | 205 | 35 | 50 | 0 | 60 | 401 | 31 | 52 |
| Binary | 1011111 | 1010000 | 10000101 | 11101 | 101000 | 0 | 110000 | 100000001 | 11001 | 101010 |
Color Harmonies of #5F5085
Complementary color
Monochromatic Colors of #5F5085
Black with #5F5085
Text Example
Text Example
White with #5F5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5085; }
p { color: rgb(95,80,133); }
H1.HeaderClassName
{
color: #5F5085;
}
.AnyTagClassName
{
color: #5F5085;
}
</style>
background-color css
<style>
a { background-color: #5F5085; }
a { background-color: rgb(95,80,133); }
div.DivClassName
{
background-color: #5F5085;
}
.BgClassName
{
background-color: #5F5085;
}
</style>
border-color css
<style>
span { border-color: #5F5085; }
span { border-color: rgb(95,80,133); }
td.TdClassName
{
border-color: #5F5085;
}
.TagClassName
{
border-color: #5F5085;
}
</style>