Shades of Victoria #5C548C
Tints of Victoria #5C548C
RGB
CMYK
RGB Variations
Color information
#5C548C (or 0x5C548C) is known color: Victoria. HEX triplet: 5C, 54 and 8C. RGB value is (92,84,140). Sum of RGB (Red+Green+Blue) = 92+84+140=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C548C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C548C is #A3AB73. Grayscale: #5C5C5C. Windows color (decimal): -10726260 or 9196636. OLE color: 9196636.
HSL color Cylindrical-coordinate representation of color #5C548C: hue angle of 248.57º 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 #5C548C is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 84 | 140 | - |
| CMYK | 0.34 | 0.4 | 0 | 0.45 |
| HSL | 248.57º | 0.25% | 0.44% | - |
| HSV(B) | 248.57º | 0.4% | 0.55% | - |
| XYZ | 12.32 | 10.51 | 26.19 | - |
| YUV | 92.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 140 | 0.34 | 0.4 | 0 | 0.45 | 248.57 | 0.25 | 0.44 |
| Hex | 5C | 54 | 8C | 22 | 28 | 0 | 2D | F9 | 19 | 2C |
| Octal | 134 | 124 | 214 | 42 | 50 | 0 | 55 | 371 | 31 | 54 |
| Binary | 1011100 | 1010100 | 10001100 | 100010 | 101000 | 0 | 101101 | 11111001 | 11001 | 101100 |
Color Harmonies of #5C548C
Complementary color
Monochromatic Colors of #5C548C
Black with #5C548C
Text Example
Text Example
White with #5C548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C548C; }
p { color: rgb(92,84,140); }
H1.HeaderClassName
{
color: #5C548C;
}
.AnyTagClassName
{
color: #5C548C;
}
</style>
background-color css
<style>
a { background-color: #5C548C; }
a { background-color: rgb(92,84,140); }
div.DivClassName
{
background-color: #5C548C;
}
.BgClassName
{
background-color: #5C548C;
}
</style>
border-color css
<style>
span { border-color: #5C548C; }
span { border-color: rgb(92,84,140); }
td.TdClassName
{
border-color: #5C548C;
}
.TagClassName
{
border-color: #5C548C;
}
</style>