Shades of Victoria #5C547B
Tints of Victoria #5C547B
RGB
CMYK
RGB Variations
Color information
#5C547B (or 0x5C547B) is known color: Victoria. HEX triplet: 5C, 54 and 7B. RGB value is (92,84,123). Sum of RGB (Red+Green+Blue) = 92+84+123=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C547B is #A3AB84. Grayscale: #5A5A5A. Windows color (decimal): -10726277 or 8082524. OLE color: 8082524.
HSL color Cylindrical-coordinate representation of color #5C547B: hue angle of 252.31º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C547B is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 84 | 123 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.52 |
| HSL | 252.31º | 0.19% | 0.41% | - |
| HSV(B) | 252.31º | 0.32% | 0.48% | - |
| XYZ | 11.16 | 10.05 | 20.09 | - |
| YUV | 90.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 123 | 0.25 | 0.32 | 0 | 0.52 | 252.31 | 0.19 | 0.41 |
| Hex | 5C | 54 | 7B | 19 | 20 | 0 | 34 | FC | 13 | 29 |
| Octal | 134 | 124 | 173 | 31 | 40 | 0 | 64 | 374 | 23 | 51 |
| Binary | 1011100 | 1010100 | 1111011 | 11001 | 100000 | 0 | 110100 | 11111100 | 10011 | 101001 |
Color Harmonies of #5C547B
Complementary color
Monochromatic Colors of #5C547B
Black with #5C547B
Text Example
Text Example
White with #5C547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C547B; }
p { color: rgb(92,84,123); }
H1.HeaderClassName
{
color: #5C547B;
}
.AnyTagClassName
{
color: #5C547B;
}
</style>
background-color css
<style>
a { background-color: #5C547B; }
a { background-color: rgb(92,84,123); }
div.DivClassName
{
background-color: #5C547B;
}
.BgClassName
{
background-color: #5C547B;
}
</style>
border-color css
<style>
span { border-color: #5C547B; }
span { border-color: rgb(92,84,123); }
td.TdClassName
{
border-color: #5C547B;
}
.TagClassName
{
border-color: #5C547B;
}
</style>