Shades of Victoria #5C557E
Tints of Victoria #5C557E
RGB
CMYK
RGB Variations
Color information
#5C557E (or 0x5C557E) is known color: Victoria. HEX triplet: 5C, 55 and 7E. RGB value is (92,85,126). Sum of RGB (Red+Green+Blue) = 92+85+126=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C557E is #A3AA81. Grayscale: #5B5B5B. Windows color (decimal): -10726018 or 8279388. OLE color: 8279388.
HSL color Cylindrical-coordinate representation of color #5C557E: hue angle of 250.24º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C557E is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 85 | 126 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.51 |
| HSL | 250.24º | 0.19% | 0.41% | - |
| HSV(B) | 250.24º | 0.33% | 0.49% | - |
| XYZ | 11.43 | 10.28 | 21.12 | - |
| YUV | 91.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 126 | 0.27 | 0.33 | 0 | 0.51 | 250.24 | 0.19 | 0.41 |
| Hex | 5C | 55 | 7E | 1B | 21 | 0 | 33 | FA | 13 | 29 |
| Octal | 134 | 125 | 176 | 33 | 41 | 0 | 63 | 372 | 23 | 51 |
| Binary | 1011100 | 1010101 | 1111110 | 11011 | 100001 | 0 | 110011 | 11111010 | 10011 | 101001 |
Color Harmonies of #5C557E
Complementary color
Monochromatic Colors of #5C557E
Black with #5C557E
Text Example
Text Example
White with #5C557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C557E; }
p { color: rgb(92,85,126); }
H1.HeaderClassName
{
color: #5C557E;
}
.AnyTagClassName
{
color: #5C557E;
}
</style>
background-color css
<style>
a { background-color: #5C557E; }
a { background-color: rgb(92,85,126); }
div.DivClassName
{
background-color: #5C557E;
}
.BgClassName
{
background-color: #5C557E;
}
</style>
border-color css
<style>
span { border-color: #5C557E; }
span { border-color: rgb(92,85,126); }
td.TdClassName
{
border-color: #5C557E;
}
.TagClassName
{
border-color: #5C557E;
}
</style>