Shades of Victoria #5D4F87
Tints of Victoria #5D4F87
RGB
CMYK
RGB Variations
Color information
#5D4F87 (or 0x5D4F87) is known color: Victoria. HEX triplet: 5D, 4F and 87. RGB value is (93,79,135). Sum of RGB (Red+Green+Blue) = 93+79+135=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D4F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4F87 is #A2B078. Grayscale: #595959. Windows color (decimal): -10662009 or 8867677. OLE color: 8867677.
HSL color Cylindrical-coordinate representation of color #5D4F87: hue angle of 255º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D4F87 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 79 | 135 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.47 |
| HSL | 255º | 0.26% | 0.42% | - |
| HSV(B) | 255º | 0.41% | 0.53% | - |
| XYZ | 11.68 | 9.67 | 24.17 | - |
| YUV | 89.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 135 | 0.31 | 0.41 | 0 | 0.47 | 255 | 0.26 | 0.42 |
| Hex | 5D | 4F | 87 | 1F | 29 | 0 | 2F | FF | 1A | 2A |
| Octal | 135 | 117 | 207 | 37 | 51 | 0 | 57 | 377 | 32 | 52 |
| Binary | 1011101 | 1001111 | 10000111 | 11111 | 101001 | 0 | 101111 | 11111111 | 11010 | 101010 |
Color Harmonies of #5D4F87
Complementary color
Monochromatic Colors of #5D4F87
Black with #5D4F87
Text Example
Text Example
White with #5D4F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4F87; }
p { color: rgb(93,79,135); }
H1.HeaderClassName
{
color: #5D4F87;
}
.AnyTagClassName
{
color: #5D4F87;
}
</style>
background-color css
<style>
a { background-color: #5D4F87; }
a { background-color: rgb(93,79,135); }
div.DivClassName
{
background-color: #5D4F87;
}
.BgClassName
{
background-color: #5D4F87;
}
</style>
border-color css
<style>
span { border-color: #5D4F87; }
span { border-color: rgb(93,79,135); }
td.TdClassName
{
border-color: #5D4F87;
}
.TagClassName
{
border-color: #5D4F87;
}
</style>