Shades of Victoria #5C547C
Tints of Victoria #5C547C
RGB
CMYK
RGB Variations
Color information
#5C547C (or 0x5C547C) is known color: Victoria. HEX triplet: 5C, 54 and 7C. RGB value is (92,84,124). Sum of RGB (Red+Green+Blue) = 92+84+124=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C547C is #A3AB83. Grayscale: #5A5A5A. Windows color (decimal): -10726276 or 8148060. OLE color: 8148060.
HSL color Cylindrical-coordinate representation of color #5C547C: hue angle of 252º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C547C is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 84 | 124 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.51 |
| HSL | 252º | 0.19% | 0.41% | - |
| HSV(B) | 252º | 0.32% | 0.49% | - |
| XYZ | 11.22 | 10.07 | 20.42 | - |
| YUV | 90.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 124 | 0.26 | 0.32 | 0 | 0.51 | 252 | 0.19 | 0.41 |
| Hex | 5C | 54 | 7C | 1A | 20 | 0 | 33 | FC | 13 | 29 |
| Octal | 134 | 124 | 174 | 32 | 40 | 0 | 63 | 374 | 23 | 51 |
| Binary | 1011100 | 1010100 | 1111100 | 11010 | 100000 | 0 | 110011 | 11111100 | 10011 | 101001 |
Color Harmonies of #5C547C
Complementary color
Monochromatic Colors of #5C547C
Black with #5C547C
Text Example
Text Example
White with #5C547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C547C; }
p { color: rgb(92,84,124); }
H1.HeaderClassName
{
color: #5C547C;
}
.AnyTagClassName
{
color: #5C547C;
}
</style>
background-color css
<style>
a { background-color: #5C547C; }
a { background-color: rgb(92,84,124); }
div.DivClassName
{
background-color: #5C547C;
}
.BgClassName
{
background-color: #5C547C;
}
</style>
border-color css
<style>
span { border-color: #5C547C; }
span { border-color: rgb(92,84,124); }
td.TdClassName
{
border-color: #5C547C;
}
.TagClassName
{
border-color: #5C547C;
}
</style>