Shades of Victoria #5D5384
Tints of Victoria #5D5384
RGB
CMYK
RGB Variations
Color information
#5D5384 (or 0x5D5384) is known color: Victoria. HEX triplet: 5D, 53 and 84. RGB value is (93,83,132). Sum of RGB (Red+Green+Blue) = 93+83+132=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D5384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5384 is #A2AC7B. Grayscale: #5B5B5B. Windows color (decimal): -10660988 or 8672093. OLE color: 8672093.
HSL color Cylindrical-coordinate representation of color #5D5384: hue angle of 252.24º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D5384 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 83 | 132 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.48 |
| HSL | 252.24º | 0.23% | 0.42% | - |
| HSV(B) | 252.24º | 0.37% | 0.52% | - |
| XYZ | 11.77 | 10.18 | 23.17 | - |
| YUV | 91.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 132 | 0.30 | 0.37 | 0 | 0.48 | 252.24 | 0.23 | 0.42 |
| Hex | 5D | 53 | 84 | 1E | 25 | 0 | 30 | FC | 17 | 2A |
| Octal | 135 | 123 | 204 | 36 | 45 | 0 | 60 | 374 | 27 | 52 |
| Binary | 1011101 | 1010011 | 10000100 | 11110 | 100101 | 0 | 110000 | 11111100 | 10111 | 101010 |
Color Harmonies of #5D5384
Complementary color
Monochromatic Colors of #5D5384
Black with #5D5384
Text Example
Text Example
White with #5D5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5384; }
p { color: rgb(93,83,132); }
H1.HeaderClassName
{
color: #5D5384;
}
.AnyTagClassName
{
color: #5D5384;
}
</style>
background-color css
<style>
a { background-color: #5D5384; }
a { background-color: rgb(93,83,132); }
div.DivClassName
{
background-color: #5D5384;
}
.BgClassName
{
background-color: #5D5384;
}
</style>
border-color css
<style>
span { border-color: #5D5384; }
span { border-color: rgb(93,83,132); }
td.TdClassName
{
border-color: #5D5384;
}
.TagClassName
{
border-color: #5D5384;
}
</style>