Shades of Victoria #5C5485
Tints of Victoria #5C5485
RGB
CMYK
RGB Variations
Color information
#5C5485 (or 0x5C5485) is known color: Victoria. HEX triplet: 5C, 54 and 85. RGB value is (92,84,133). Sum of RGB (Red+Green+Blue) = 92+84+133=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C5485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5485 is #A3AB7A. Grayscale: #5B5B5B. Windows color (decimal): -10726267 or 8737884. OLE color: 8737884.
HSL color Cylindrical-coordinate representation of color #5C5485: hue angle of 249.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C5485 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 84 | 133 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.48 |
| HSL | 249.8º | 0.23% | 0.43% | - |
| HSV(B) | 249.8º | 0.37% | 0.52% | - |
| XYZ | 11.82 | 10.31 | 23.56 | - |
| YUV | 91.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 133 | 0.31 | 0.37 | 0 | 0.48 | 249.8 | 0.23 | 0.43 |
| Hex | 5C | 54 | 85 | 1F | 25 | 0 | 30 | FA | 17 | 2B |
| Octal | 134 | 124 | 205 | 37 | 45 | 0 | 60 | 372 | 27 | 53 |
| Binary | 1011100 | 1010100 | 10000101 | 11111 | 100101 | 0 | 110000 | 11111010 | 10111 | 101011 |
Color Harmonies of #5C5485
Complementary color
Monochromatic Colors of #5C5485
Black with #5C5485
Text Example
Text Example
White with #5C5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5485; }
p { color: rgb(92,84,133); }
H1.HeaderClassName
{
color: #5C5485;
}
.AnyTagClassName
{
color: #5C5485;
}
</style>
background-color css
<style>
a { background-color: #5C5485; }
a { background-color: rgb(92,84,133); }
div.DivClassName
{
background-color: #5C5485;
}
.BgClassName
{
background-color: #5C5485;
}
</style>
border-color css
<style>
span { border-color: #5C5485; }
span { border-color: rgb(92,84,133); }
td.TdClassName
{
border-color: #5C5485;
}
.TagClassName
{
border-color: #5C5485;
}
</style>