Shades of Victoria #5C508E
Tints of Victoria #5C508E
RGB
CMYK
RGB Variations
Color information
#5C508E (or 0x5C508E) is known color: Victoria. HEX triplet: 5C, 50 and 8E. RGB value is (92,80,142). Sum of RGB (Red+Green+Blue) = 92+80+142=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C508E is #A3AF71. Grayscale: #5A5A5A. Windows color (decimal): -10727282 or 9326684. OLE color: 9326684.
HSL color Cylindrical-coordinate representation of color #5C508E: hue angle of 251.61º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C508E is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 80 | 142 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.44 |
| HSL | 251.61º | 0.28% | 0.44% | - |
| HSV(B) | 251.61º | 0.44% | 0.56% | - |
| XYZ | 12.16 | 9.97 | 26.87 | - |
| YUV | 90.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 142 | 0.35 | 0.44 | 0 | 0.44 | 251.61 | 0.28 | 0.44 |
| Hex | 5C | 50 | 8E | 23 | 2C | 0 | 2C | FC | 1C | 2C |
| Octal | 134 | 120 | 216 | 43 | 54 | 0 | 54 | 374 | 34 | 54 |
| Binary | 1011100 | 1010000 | 10001110 | 100011 | 101100 | 0 | 101100 | 11111100 | 11100 | 101100 |
Color Harmonies of #5C508E
Complementary color
Monochromatic Colors of #5C508E
Black with #5C508E
Text Example
Text Example
White with #5C508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C508E; }
p { color: rgb(92,80,142); }
H1.HeaderClassName
{
color: #5C508E;
}
.AnyTagClassName
{
color: #5C508E;
}
</style>
background-color css
<style>
a { background-color: #5C508E; }
a { background-color: rgb(92,80,142); }
div.DivClassName
{
background-color: #5C508E;
}
.BgClassName
{
background-color: #5C508E;
}
</style>
border-color css
<style>
span { border-color: #5C508E; }
span { border-color: rgb(92,80,142); }
td.TdClassName
{
border-color: #5C508E;
}
.TagClassName
{
border-color: #5C508E;
}
</style>