Shades of Victoria #5C547A
Tints of Victoria #5C547A
RGB
CMYK
RGB Variations
Color information
#5C547A (or 0x5C547A) is known color: Victoria. HEX triplet: 5C, 54 and 7A. RGB value is (92,84,122). Sum of RGB (Red+Green+Blue) = 92+84+122=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C547A is #A3AB85. Grayscale: #5A5A5A. Windows color (decimal): -10726278 or 8016988. OLE color: 8016988.
HSL color Cylindrical-coordinate representation of color #5C547A: hue angle of 252.63º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C547A is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 84 | 122 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.52 |
| HSL | 252.63º | 0.18% | 0.4% | - |
| HSV(B) | 252.63º | 0.31% | 0.48% | - |
| XYZ | 11.1 | 10.02 | 19.76 | - |
| YUV | 90.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 122 | 0.25 | 0.31 | 0 | 0.52 | 252.63 | 0.18 | 0.4 |
| Hex | 5C | 54 | 7A | 19 | 1F | 0 | 34 | FD | 12 | 28 |
| Octal | 134 | 124 | 172 | 31 | 37 | 0 | 64 | 375 | 22 | 50 |
| Binary | 1011100 | 1010100 | 1111010 | 11001 | 11111 | 0 | 110100 | 11111101 | 10010 | 101000 |
Color Harmonies of #5C547A
Complementary color
Monochromatic Colors of #5C547A
Black with #5C547A
Text Example
Text Example
White with #5C547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C547A; }
p { color: rgb(92,84,122); }
H1.HeaderClassName
{
color: #5C547A;
}
.AnyTagClassName
{
color: #5C547A;
}
</style>
background-color css
<style>
a { background-color: #5C547A; }
a { background-color: rgb(92,84,122); }
div.DivClassName
{
background-color: #5C547A;
}
.BgClassName
{
background-color: #5C547A;
}
</style>
border-color css
<style>
span { border-color: #5C547A; }
span { border-color: rgb(92,84,122); }
td.TdClassName
{
border-color: #5C547A;
}
.TagClassName
{
border-color: #5C547A;
}
</style>