Shades of Victoria #5D4F84
Tints of Victoria #5D4F84
RGB
CMYK
RGB Variations
Color information
#5D4F84 (or 0x5D4F84) is known color: Victoria. HEX triplet: 5D, 4F and 84. RGB value is (93,79,132). Sum of RGB (Red+Green+Blue) = 93+79+132=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D4F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4F84 is #A2B07B. Grayscale: #595959. Windows color (decimal): -10662012 or 8671069. OLE color: 8671069.
HSL color Cylindrical-coordinate representation of color #5D4F84: hue angle of 255.85º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D4F84 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 79 | 132 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.48 |
| HSL | 255.85º | 0.25% | 0.41% | - |
| HSV(B) | 255.85º | 0.4% | 0.52% | - |
| XYZ | 11.48 | 9.59 | 23.08 | - |
| YUV | 89.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 132 | 0.30 | 0.40 | 0 | 0.48 | 255.85 | 0.25 | 0.41 |
| Hex | 5D | 4F | 84 | 1E | 28 | 0 | 30 | 100 | 19 | 29 |
| Octal | 135 | 117 | 204 | 36 | 50 | 0 | 60 | 400 | 31 | 51 |
| Binary | 1011101 | 1001111 | 10000100 | 11110 | 101000 | 0 | 110000 | 100000000 | 11001 | 101001 |
Color Harmonies of #5D4F84
Complementary color
Monochromatic Colors of #5D4F84
Black with #5D4F84
Text Example
Text Example
White with #5D4F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4F84; }
p { color: rgb(93,79,132); }
H1.HeaderClassName
{
color: #5D4F84;
}
.AnyTagClassName
{
color: #5D4F84;
}
</style>
background-color css
<style>
a { background-color: #5D4F84; }
a { background-color: rgb(93,79,132); }
div.DivClassName
{
background-color: #5D4F84;
}
.BgClassName
{
background-color: #5D4F84;
}
</style>
border-color css
<style>
span { border-color: #5D4F84; }
span { border-color: rgb(93,79,132); }
td.TdClassName
{
border-color: #5D4F84;
}
.TagClassName
{
border-color: #5D4F84;
}
</style>