Shades of Victoria #5D588D
Tints of Victoria #5D588D
RGB
CMYK
RGB Variations
Color information
#5D588D (or 0x5D588D) is known color: Victoria. HEX triplet: 5D, 58 and 8D. RGB value is (93,88,141). Sum of RGB (Red+Green+Blue) = 93+88+141=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D588D is #A2A772. Grayscale: #5F5F5F. Windows color (decimal): -10659699 or 9263197. OLE color: 9263197.
HSL color Cylindrical-coordinate representation of color #5D588D: hue angle of 245.66º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D588D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 88 | 141 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.45 |
| HSL | 245.66º | 0.23% | 0.45% | - |
| HSV(B) | 245.66º | 0.38% | 0.55% | - |
| XYZ | 12.81 | 11.23 | 26.69 | - |
| YUV | 95.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 141 | 0.34 | 0.38 | 0 | 0.45 | 245.66 | 0.23 | 0.45 |
| Hex | 5D | 58 | 8D | 22 | 26 | 0 | 2D | F6 | 17 | 2D |
| Octal | 135 | 130 | 215 | 42 | 46 | 0 | 55 | 366 | 27 | 55 |
| Binary | 1011101 | 1011000 | 10001101 | 100010 | 100110 | 0 | 101101 | 11110110 | 10111 | 101101 |
Color Harmonies of #5D588D
Complementary color
Monochromatic Colors of #5D588D
Black with #5D588D
Text Example
Text Example
White with #5D588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D588D; }
p { color: rgb(93,88,141); }
H1.HeaderClassName
{
color: #5D588D;
}
.AnyTagClassName
{
color: #5D588D;
}
</style>
background-color css
<style>
a { background-color: #5D588D; }
a { background-color: rgb(93,88,141); }
div.DivClassName
{
background-color: #5D588D;
}
.BgClassName
{
background-color: #5D588D;
}
</style>
border-color css
<style>
span { border-color: #5D588D; }
span { border-color: rgb(93,88,141); }
td.TdClassName
{
border-color: #5D588D;
}
.TagClassName
{
border-color: #5D588D;
}
</style>