Shades of Victoria #5C4F7C
Tints of Victoria #5C4F7C
RGB
CMYK
RGB Variations
Color information
#5C4F7C (or 0x5C4F7C) is known color: Victoria. HEX triplet: 5C, 4F and 7C. RGB value is (92,79,124). Sum of RGB (Red+Green+Blue) = 92+79+124=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C4F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4F7C is #A3B083. Grayscale: #575757. Windows color (decimal): -10727556 or 8146780. OLE color: 8146780.
HSL color Cylindrical-coordinate representation of color #5C4F7C: hue angle of 257.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C4F7C is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 79 | 124 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.51 |
| HSL | 257.33º | 0.22% | 0.4% | - |
| HSV(B) | 257.33º | 0.36% | 0.49% | - |
| XYZ | 10.85 | 9.32 | 20.3 | - |
| YUV | 88.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 124 | 0.26 | 0.36 | 0 | 0.51 | 257.33 | 0.22 | 0.4 |
| Hex | 5C | 4F | 7C | 1A | 24 | 0 | 33 | 101 | 16 | 28 |
| Octal | 134 | 117 | 174 | 32 | 44 | 0 | 63 | 401 | 26 | 50 |
| Binary | 1011100 | 1001111 | 1111100 | 11010 | 100100 | 0 | 110011 | 100000001 | 10110 | 101000 |
Color Harmonies of #5C4F7C
Complementary color
Monochromatic Colors of #5C4F7C
Black with #5C4F7C
Text Example
Text Example
White with #5C4F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4F7C; }
p { color: rgb(92,79,124); }
H1.HeaderClassName
{
color: #5C4F7C;
}
.AnyTagClassName
{
color: #5C4F7C;
}
</style>
background-color css
<style>
a { background-color: #5C4F7C; }
a { background-color: rgb(92,79,124); }
div.DivClassName
{
background-color: #5C4F7C;
}
.BgClassName
{
background-color: #5C4F7C;
}
</style>
border-color css
<style>
span { border-color: #5C4F7C; }
span { border-color: rgb(92,79,124); }
td.TdClassName
{
border-color: #5C4F7C;
}
.TagClassName
{
border-color: #5C4F7C;
}
</style>