Shades of Victoria #5C558D
Tints of Victoria #5C558D
RGB
CMYK
RGB Variations
Color information
#5C558D (or 0x5C558D) is known color: Victoria. HEX triplet: 5C, 55 and 8D. RGB value is (92,85,141). Sum of RGB (Red+Green+Blue) = 92+85+141=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C558D is #A3AA72. Grayscale: #5D5D5D. Windows color (decimal): -10726003 or 9262428. OLE color: 9262428.
HSL color Cylindrical-coordinate representation of color #5C558D: hue angle of 247.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C558D is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 85 | 141 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.45 |
| HSL | 247.5º | 0.25% | 0.44% | - |
| HSV(B) | 247.5º | 0.4% | 0.55% | - |
| XYZ | 12.47 | 10.7 | 26.61 | - |
| YUV | 93.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 141 | 0.35 | 0.40 | 0 | 0.45 | 247.5 | 0.25 | 0.44 |
| Hex | 5C | 55 | 8D | 23 | 28 | 0 | 2D | F8 | 19 | 2C |
| Octal | 134 | 125 | 215 | 43 | 50 | 0 | 55 | 370 | 31 | 54 |
| Binary | 1011100 | 1010101 | 10001101 | 100011 | 101000 | 0 | 101101 | 11111000 | 11001 | 101100 |
Color Harmonies of #5C558D
Complementary color
Monochromatic Colors of #5C558D
Black with #5C558D
Text Example
Text Example
White with #5C558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C558D; }
p { color: rgb(92,85,141); }
H1.HeaderClassName
{
color: #5C558D;
}
.AnyTagClassName
{
color: #5C558D;
}
</style>
background-color css
<style>
a { background-color: #5C558D; }
a { background-color: rgb(92,85,141); }
div.DivClassName
{
background-color: #5C558D;
}
.BgClassName
{
background-color: #5C558D;
}
</style>
border-color css
<style>
span { border-color: #5C558D; }
span { border-color: rgb(92,85,141); }
td.TdClassName
{
border-color: #5C558D;
}
.TagClassName
{
border-color: #5C558D;
}
</style>