Shades of Victoria #5F527E
Tints of Victoria #5F527E
RGB
CMYK
RGB Variations
Color information
#5F527E (or 0x5F527E) is known color: Victoria. HEX triplet: 5F, 52 and 7E. RGB value is (95,82,126). Sum of RGB (Red+Green+Blue) = 95+82+126=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #5F527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F527E is #A0AD81. Grayscale: #5A5A5A. Windows color (decimal): -10530178 or 8278623. OLE color: 8278623.
HSL color Cylindrical-coordinate representation of color #5F527E: hue angle of 257.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F527E is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 82 | 126 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.51 |
| HSL | 257.73º | 0.21% | 0.41% | - |
| HSV(B) | 257.73º | 0.35% | 0.49% | - |
| XYZ | 11.5 | 9.97 | 21.06 | - |
| YUV | 90.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 126 | 0.25 | 0.35 | 0 | 0.51 | 257.73 | 0.21 | 0.41 |
| Hex | 5F | 52 | 7E | 19 | 23 | 0 | 33 | 102 | 15 | 29 |
| Octal | 137 | 122 | 176 | 31 | 43 | 0 | 63 | 402 | 25 | 51 |
| Binary | 1011111 | 1010010 | 1111110 | 11001 | 100011 | 0 | 110011 | 100000010 | 10101 | 101001 |
Color Harmonies of #5F527E
Complementary color
Monochromatic Colors of #5F527E
Black with #5F527E
Text Example
Text Example
White with #5F527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F527E; }
p { color: rgb(95,82,126); }
H1.HeaderClassName
{
color: #5F527E;
}
.AnyTagClassName
{
color: #5F527E;
}
</style>
background-color css
<style>
a { background-color: #5F527E; }
a { background-color: rgb(95,82,126); }
div.DivClassName
{
background-color: #5F527E;
}
.BgClassName
{
background-color: #5F527E;
}
</style>
border-color css
<style>
span { border-color: #5F527E; }
span { border-color: rgb(95,82,126); }
td.TdClassName
{
border-color: #5F527E;
}
.TagClassName
{
border-color: #5F527E;
}
</style>