Shades of Victoria #5C4E8E
Tints of Victoria #5C4E8E
RGB
CMYK
RGB Variations
Color information
#5C4E8E (or 0x5C4E8E) is known color: Victoria. HEX triplet: 5C, 4E and 8E. RGB value is (92,78,142). Sum of RGB (Red+Green+Blue) = 92+78+142=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C4E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4E8E is #A3B171. Grayscale: #595959. Windows color (decimal): -10727794 or 9326172. OLE color: 9326172.
HSL color Cylindrical-coordinate representation of color #5C4E8E: hue angle of 253.12º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C4E8E is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 78 | 142 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.44 |
| HSL | 253.13º | 0.29% | 0.43% | - |
| HSV(B) | 253.13º | 0.45% | 0.56% | - |
| XYZ | 12.02 | 9.68 | 26.83 | - |
| YUV | 89.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 142 | 0.35 | 0.45 | 0 | 0.44 | 253.13 | 0.29 | 0.43 |
| Hex | 5C | 4E | 8E | 23 | 2D | 0 | 2C | FD | 1D | 2B |
| Octal | 134 | 116 | 216 | 43 | 55 | 0 | 54 | 375 | 35 | 53 |
| Binary | 1011100 | 1001110 | 10001110 | 100011 | 101101 | 0 | 101100 | 11111101 | 11101 | 101011 |
Color Harmonies of #5C4E8E
Complementary color
Monochromatic Colors of #5C4E8E
Black with #5C4E8E
Text Example
Text Example
White with #5C4E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E8E; }
p { color: rgb(92,78,142); }
H1.HeaderClassName
{
color: #5C4E8E;
}
.AnyTagClassName
{
color: #5C4E8E;
}
</style>
background-color css
<style>
a { background-color: #5C4E8E; }
a { background-color: rgb(92,78,142); }
div.DivClassName
{
background-color: #5C4E8E;
}
.BgClassName
{
background-color: #5C4E8E;
}
</style>
border-color css
<style>
span { border-color: #5C4E8E; }
span { border-color: rgb(92,78,142); }
td.TdClassName
{
border-color: #5C4E8E;
}
.TagClassName
{
border-color: #5C4E8E;
}
</style>