Shades of Victoria #5C5096
Tints of Victoria #5C5096
RGB
CMYK
RGB Variations
Color information
#5C5096 (or 0x5C5096) is known color: Victoria. HEX triplet: 5C, 50 and 96. RGB value is (92,80,150). Sum of RGB (Red+Green+Blue) = 92+80+150=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #5C5096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5096 is #A3AF69. Grayscale: #5B5B5B. Windows color (decimal): -10727274 or 9850972. OLE color: 9850972.
HSL color Cylindrical-coordinate representation of color #5C5096: hue angle of 250.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C5096 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 80 | 150 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.41 |
| HSL | 250.29º | 0.3% | 0.45% | - |
| HSV(B) | 250.29º | 0.47% | 0.59% | - |
| XYZ | 12.79 | 10.21 | 30.15 | - |
| YUV | 91.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 150 | 0.39 | 0.47 | 0 | 0.41 | 250.29 | 0.3 | 0.45 |
| Hex | 5C | 50 | 96 | 27 | 2F | 0 | 29 | FA | 1E | 2D |
| Octal | 134 | 120 | 226 | 47 | 57 | 0 | 51 | 372 | 36 | 55 |
| Binary | 1011100 | 1010000 | 10010110 | 100111 | 101111 | 0 | 101001 | 11111010 | 11110 | 101101 |
Color Harmonies of #5C5096
Complementary color
Monochromatic Colors of #5C5096
Black with #5C5096
Text Example
Text Example
White with #5C5096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5096; }
p { color: rgb(92,80,150); }
H1.HeaderClassName
{
color: #5C5096;
}
.AnyTagClassName
{
color: #5C5096;
}
</style>
background-color css
<style>
a { background-color: #5C5096; }
a { background-color: rgb(92,80,150); }
div.DivClassName
{
background-color: #5C5096;
}
.BgClassName
{
background-color: #5C5096;
}
</style>
border-color css
<style>
span { border-color: #5C5096; }
span { border-color: rgb(92,80,150); }
td.TdClassName
{
border-color: #5C5096;
}
.TagClassName
{
border-color: #5C5096;
}
</style>