Shades of Victoria #5D588C
Tints of Victoria #5D588C
RGB
CMYK
RGB Variations
Color information
#5D588C (or 0x5D588C) is known color: Victoria. HEX triplet: 5D, 58 and 8C. RGB value is (93,88,140). Sum of RGB (Red+Green+Blue) = 93+88+140=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D588C is #A2A773. Grayscale: #5F5F5F. Windows color (decimal): -10659700 or 9197661. OLE color: 9197661.
HSL color Cylindrical-coordinate representation of color #5D588C: hue angle of 245.77º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D588C is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 88 | 140 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.45 |
| HSL | 245.77º | 0.23% | 0.45% | - |
| HSV(B) | 245.77º | 0.37% | 0.55% | - |
| XYZ | 12.74 | 11.2 | 26.3 | - |
| YUV | 95.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 140 | 0.34 | 0.37 | 0 | 0.45 | 245.77 | 0.23 | 0.45 |
| Hex | 5D | 58 | 8C | 22 | 25 | 0 | 2D | F6 | 17 | 2D |
| Octal | 135 | 130 | 214 | 42 | 45 | 0 | 55 | 366 | 27 | 55 |
| Binary | 1011101 | 1011000 | 10001100 | 100010 | 100101 | 0 | 101101 | 11110110 | 10111 | 101101 |
Color Harmonies of #5D588C
Complementary color
Monochromatic Colors of #5D588C
Black with #5D588C
Text Example
Text Example
White with #5D588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D588C; }
p { color: rgb(93,88,140); }
H1.HeaderClassName
{
color: #5D588C;
}
.AnyTagClassName
{
color: #5D588C;
}
</style>
background-color css
<style>
a { background-color: #5D588C; }
a { background-color: rgb(93,88,140); }
div.DivClassName
{
background-color: #5D588C;
}
.BgClassName
{
background-color: #5D588C;
}
</style>
border-color css
<style>
span { border-color: #5D588C; }
span { border-color: rgb(93,88,140); }
td.TdClassName
{
border-color: #5D588C;
}
.TagClassName
{
border-color: #5D588C;
}
</style>