Shades of Victoria #5C518E
Tints of Victoria #5C518E
RGB
CMYK
RGB Variations
Color information
#5C518E (or 0x5C518E) is known color: Victoria. HEX triplet: 5C, 51 and 8E. RGB value is (92,81,142). Sum of RGB (Red+Green+Blue) = 92+81+142=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C518E is #A3AE71. Grayscale: #5B5B5B. Windows color (decimal): -10727026 or 9326940. OLE color: 9326940.
HSL color Cylindrical-coordinate representation of color #5C518E: hue angle of 250.82º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C518E is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 81 | 142 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.44 |
| HSL | 250.82º | 0.27% | 0.44% | - |
| HSV(B) | 250.82º | 0.43% | 0.56% | - |
| XYZ | 12.24 | 10.11 | 26.9 | - |
| YUV | 91.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 142 | 0.35 | 0.43 | 0 | 0.44 | 250.82 | 0.27 | 0.44 |
| Hex | 5C | 51 | 8E | 23 | 2B | 0 | 2C | FB | 1B | 2C |
| Octal | 134 | 121 | 216 | 43 | 53 | 0 | 54 | 373 | 33 | 54 |
| Binary | 1011100 | 1010001 | 10001110 | 100011 | 101011 | 0 | 101100 | 11111011 | 11011 | 101100 |
Color Harmonies of #5C518E
Complementary color
Monochromatic Colors of #5C518E
Black with #5C518E
Text Example
Text Example
White with #5C518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C518E; }
p { color: rgb(92,81,142); }
H1.HeaderClassName
{
color: #5C518E;
}
.AnyTagClassName
{
color: #5C518E;
}
</style>
background-color css
<style>
a { background-color: #5C518E; }
a { background-color: rgb(92,81,142); }
div.DivClassName
{
background-color: #5C518E;
}
.BgClassName
{
background-color: #5C518E;
}
</style>
border-color css
<style>
span { border-color: #5C518E; }
span { border-color: rgb(92,81,142); }
td.TdClassName
{
border-color: #5C518E;
}
.TagClassName
{
border-color: #5C518E;
}
</style>