Shades of Victoria #5D5682
Tints of Victoria #5D5682
RGB
CMYK
RGB Variations
Color information
#5D5682 (or 0x5D5682) is known color: Victoria. HEX triplet: 5D, 56 and 82. RGB value is (93,86,130). Sum of RGB (Red+Green+Blue) = 93+86+130=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #5D5682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5682 is #A2A97D. Grayscale: #5C5C5C. Windows color (decimal): -10660222 or 8541789. OLE color: 8541789.
HSL color Cylindrical-coordinate representation of color #5D5682: hue angle of 249.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D5682 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 86 | 130 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.49 |
| HSL | 249.55º | 0.2% | 0.42% | - |
| HSV(B) | 249.55º | 0.34% | 0.51% | - |
| XYZ | 11.87 | 10.59 | 22.54 | - |
| YUV | 93.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 130 | 0.28 | 0.34 | 0 | 0.49 | 249.55 | 0.2 | 0.42 |
| Hex | 5D | 56 | 82 | 1C | 22 | 0 | 31 | FA | 14 | 2A |
| Octal | 135 | 126 | 202 | 34 | 42 | 0 | 61 | 372 | 24 | 52 |
| Binary | 1011101 | 1010110 | 10000010 | 11100 | 100010 | 0 | 110001 | 11111010 | 10100 | 101010 |
Color Harmonies of #5D5682
Complementary color
Monochromatic Colors of #5D5682
Black with #5D5682
Text Example
Text Example
White with #5D5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5682; }
p { color: rgb(93,86,130); }
H1.HeaderClassName
{
color: #5D5682;
}
.AnyTagClassName
{
color: #5D5682;
}
</style>
background-color css
<style>
a { background-color: #5D5682; }
a { background-color: rgb(93,86,130); }
div.DivClassName
{
background-color: #5D5682;
}
.BgClassName
{
background-color: #5D5682;
}
</style>
border-color css
<style>
span { border-color: #5D5682; }
span { border-color: rgb(93,86,130); }
td.TdClassName
{
border-color: #5D5682;
}
.TagClassName
{
border-color: #5D5682;
}
</style>