Shades of Victoria #5F507A
Tints of Victoria #5F507A
RGB
CMYK
RGB Variations
Color information
#5F507A (or 0x5F507A) is known color: Victoria. HEX triplet: 5F, 50 and 7A. RGB value is (95,80,122). Sum of RGB (Red+Green+Blue) = 95+80+122=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F507A is #A0AF85. Grayscale: #595959. Windows color (decimal): -10530694 or 8015967. OLE color: 8015967.
HSL color Cylindrical-coordinate representation of color #5F507A: hue angle of 261.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F507A is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 80 | 122 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.52 |
| HSL | 261.43º | 0.21% | 0.4% | - |
| HSV(B) | 261.43º | 0.34% | 0.48% | - |
| XYZ | 11.1 | 9.58 | 19.68 | - |
| YUV | 89.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 122 | 0.22 | 0.34 | 0 | 0.52 | 261.43 | 0.21 | 0.4 |
| Hex | 5F | 50 | 7A | 16 | 22 | 0 | 34 | 105 | 15 | 28 |
| Octal | 137 | 120 | 172 | 26 | 42 | 0 | 64 | 405 | 25 | 50 |
| Binary | 1011111 | 1010000 | 1111010 | 10110 | 100010 | 0 | 110100 | 100000101 | 10101 | 101000 |
Color Harmonies of #5F507A
Complementary color
Monochromatic Colors of #5F507A
Black with #5F507A
Text Example
Text Example
White with #5F507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F507A; }
p { color: rgb(95,80,122); }
H1.HeaderClassName
{
color: #5F507A;
}
.AnyTagClassName
{
color: #5F507A;
}
</style>
background-color css
<style>
a { background-color: #5F507A; }
a { background-color: rgb(95,80,122); }
div.DivClassName
{
background-color: #5F507A;
}
.BgClassName
{
background-color: #5F507A;
}
</style>
border-color css
<style>
span { border-color: #5F507A; }
span { border-color: rgb(95,80,122); }
td.TdClassName
{
border-color: #5F507A;
}
.TagClassName
{
border-color: #5F507A;
}
</style>