Shades of Victoria #5C5488
Tints of Victoria #5C5488
RGB
CMYK
RGB Variations
Color information
#5C5488 (or 0x5C5488) is known color: Victoria. HEX triplet: 5C, 54 and 88. RGB value is (92,84,136). Sum of RGB (Red+Green+Blue) = 92+84+136=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C5488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5488 is #A3AB77. Grayscale: #5C5C5C. Windows color (decimal): -10726264 or 8934492. OLE color: 8934492.
HSL color Cylindrical-coordinate representation of color #5C5488: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C5488 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 84 | 136 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.47 |
| HSL | 249.23º | 0.24% | 0.43% | - |
| HSV(B) | 249.23º | 0.38% | 0.53% | - |
| XYZ | 12.03 | 10.39 | 24.66 | - |
| YUV | 92.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 136 | 0.32 | 0.38 | 0 | 0.47 | 249.23 | 0.24 | 0.43 |
| Hex | 5C | 54 | 88 | 20 | 26 | 0 | 2F | F9 | 18 | 2B |
| Octal | 134 | 124 | 210 | 40 | 46 | 0 | 57 | 371 | 30 | 53 |
| Binary | 1011100 | 1010100 | 10001000 | 100000 | 100110 | 0 | 101111 | 11111001 | 11000 | 101011 |
Color Harmonies of #5C5488
Complementary color
Monochromatic Colors of #5C5488
Black with #5C5488
Text Example
Text Example
White with #5C5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5488; }
p { color: rgb(92,84,136); }
H1.HeaderClassName
{
color: #5C5488;
}
.AnyTagClassName
{
color: #5C5488;
}
</style>
background-color css
<style>
a { background-color: #5C5488; }
a { background-color: rgb(92,84,136); }
div.DivClassName
{
background-color: #5C5488;
}
.BgClassName
{
background-color: #5C5488;
}
</style>
border-color css
<style>
span { border-color: #5C5488; }
span { border-color: rgb(92,84,136); }
td.TdClassName
{
border-color: #5C5488;
}
.TagClassName
{
border-color: #5C5488;
}
</style>