Shades of Victoria #5D558C
Tints of Victoria #5D558C
RGB
CMYK
RGB Variations
Color information
#5D558C (or 0x5D558C) is known color: Victoria. HEX triplet: 5D, 55 and 8C. RGB value is (93,85,140). Sum of RGB (Red+Green+Blue) = 93+85+140=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D558C is #A2AA73. Grayscale: #5D5D5D. Windows color (decimal): -10660468 or 9196893. OLE color: 9196893.
HSL color Cylindrical-coordinate representation of color #5D558C: hue angle of 248.73º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D558C is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 85 | 140 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.45 |
| HSL | 248.73º | 0.24% | 0.44% | - |
| HSV(B) | 248.73º | 0.39% | 0.55% | - |
| XYZ | 12.5 | 10.72 | 26.22 | - |
| YUV | 93.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 140 | 0.34 | 0.39 | 0 | 0.45 | 248.73 | 0.24 | 0.44 |
| Hex | 5D | 55 | 8C | 22 | 27 | 0 | 2D | F9 | 18 | 2C |
| Octal | 135 | 125 | 214 | 42 | 47 | 0 | 55 | 371 | 30 | 54 |
| Binary | 1011101 | 1010101 | 10001100 | 100010 | 100111 | 0 | 101101 | 11111001 | 11000 | 101100 |
Color Harmonies of #5D558C
Complementary color
Monochromatic Colors of #5D558C
Black with #5D558C
Text Example
Text Example
White with #5D558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D558C; }
p { color: rgb(93,85,140); }
H1.HeaderClassName
{
color: #5D558C;
}
.AnyTagClassName
{
color: #5D558C;
}
</style>
background-color css
<style>
a { background-color: #5D558C; }
a { background-color: rgb(93,85,140); }
div.DivClassName
{
background-color: #5D558C;
}
.BgClassName
{
background-color: #5D558C;
}
</style>
border-color css
<style>
span { border-color: #5D558C; }
span { border-color: rgb(93,85,140); }
td.TdClassName
{
border-color: #5D558C;
}
.TagClassName
{
border-color: #5D558C;
}
</style>