Shades of Victoria #5D5293
Tints of Victoria #5D5293
RGB
CMYK
RGB Variations
Color information
#5D5293 (or 0x5D5293) is known color: Victoria. HEX triplet: 5D, 52 and 93. RGB value is (93,82,147). Sum of RGB (Red+Green+Blue) = 93+82+147=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D5293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5293 is #A2AD6C. Grayscale: #5C5C5C. Windows color (decimal): -10661229 or 9654877. OLE color: 9654877.
HSL color Cylindrical-coordinate representation of color #5D5293: hue angle of 250.15º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D5293 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 82 | 147 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.42 |
| HSL | 250.15º | 0.28% | 0.45% | - |
| HSV(B) | 250.15º | 0.44% | 0.58% | - |
| XYZ | 12.8 | 10.47 | 28.95 | - |
| YUV | 92.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 147 | 0.37 | 0.44 | 0 | 0.42 | 250.15 | 0.28 | 0.45 |
| Hex | 5D | 52 | 93 | 25 | 2C | 0 | 2A | FA | 1C | 2D |
| Octal | 135 | 122 | 223 | 45 | 54 | 0 | 52 | 372 | 34 | 55 |
| Binary | 1011101 | 1010010 | 10010011 | 100101 | 101100 | 0 | 101010 | 11111010 | 11100 | 101101 |
Color Harmonies of #5D5293
Complementary color
Monochromatic Colors of #5D5293
Black with #5D5293
Text Example
Text Example
White with #5D5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5293; }
p { color: rgb(93,82,147); }
H1.HeaderClassName
{
color: #5D5293;
}
.AnyTagClassName
{
color: #5D5293;
}
</style>
background-color css
<style>
a { background-color: #5D5293; }
a { background-color: rgb(93,82,147); }
div.DivClassName
{
background-color: #5D5293;
}
.BgClassName
{
background-color: #5D5293;
}
</style>
border-color css
<style>
span { border-color: #5D5293; }
span { border-color: rgb(93,82,147); }
td.TdClassName
{
border-color: #5D5293;
}
.TagClassName
{
border-color: #5D5293;
}
</style>