Shades of Victoria #5C4D8A
Tints of Victoria #5C4D8A
RGB
CMYK
RGB Variations
Color information
#5C4D8A (or 0x5C4D8A) is known color: Victoria. HEX triplet: 5C, 4D and 8A. RGB value is (92,77,138). Sum of RGB (Red+Green+Blue) = 92+77+138=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C4D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4D8A is #A3B275. Grayscale: #585858. Windows color (decimal): -10728054 or 9063772. OLE color: 9063772.
HSL color Cylindrical-coordinate representation of color #5C4D8A: hue angle of 254.75º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C4D8A is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 77 | 138 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.46 |
| HSL | 254.75º | 0.28% | 0.42% | - |
| HSV(B) | 254.75º | 0.44% | 0.54% | - |
| XYZ | 11.65 | 9.42 | 25.25 | - |
| YUV | 88.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 138 | 0.33 | 0.44 | 0 | 0.46 | 254.75 | 0.28 | 0.42 |
| Hex | 5C | 4D | 8A | 21 | 2C | 0 | 2E | FF | 1C | 2A |
| Octal | 134 | 115 | 212 | 41 | 54 | 0 | 56 | 377 | 34 | 52 |
| Binary | 1011100 | 1001101 | 10001010 | 100001 | 101100 | 0 | 101110 | 11111111 | 11100 | 101010 |
Color Harmonies of #5C4D8A
Complementary color
Monochromatic Colors of #5C4D8A
Black with #5C4D8A
Text Example
Text Example
White with #5C4D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4D8A; }
p { color: rgb(92,77,138); }
H1.HeaderClassName
{
color: #5C4D8A;
}
.AnyTagClassName
{
color: #5C4D8A;
}
</style>
background-color css
<style>
a { background-color: #5C4D8A; }
a { background-color: rgb(92,77,138); }
div.DivClassName
{
background-color: #5C4D8A;
}
.BgClassName
{
background-color: #5C4D8A;
}
</style>
border-color css
<style>
span { border-color: #5C4D8A; }
span { border-color: rgb(92,77,138); }
td.TdClassName
{
border-color: #5C4D8A;
}
.TagClassName
{
border-color: #5C4D8A;
}
</style>