Shades of Victoria #5C537E
Tints of Victoria #5C537E
RGB
CMYK
RGB Variations
Color information
#5C537E (or 0x5C537E) is known color: Victoria. HEX triplet: 5C, 53 and 7E. RGB value is (92,83,126). Sum of RGB (Red+Green+Blue) = 92+83+126=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C537E is #A3AC81. Grayscale: #5A5A5A. Windows color (decimal): -10726530 or 8278876. OLE color: 8278876.
HSL color Cylindrical-coordinate representation of color #5C537E: hue angle of 252.56º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C537E is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 83 | 126 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.51 |
| HSL | 252.56º | 0.21% | 0.41% | - |
| HSV(B) | 252.56º | 0.34% | 0.49% | - |
| XYZ | 11.27 | 9.97 | 21.07 | - |
| YUV | 90.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 126 | 0.27 | 0.34 | 0 | 0.51 | 252.56 | 0.21 | 0.41 |
| Hex | 5C | 53 | 7E | 1B | 22 | 0 | 33 | FD | 15 | 29 |
| Octal | 134 | 123 | 176 | 33 | 42 | 0 | 63 | 375 | 25 | 51 |
| Binary | 1011100 | 1010011 | 1111110 | 11011 | 100010 | 0 | 110011 | 11111101 | 10101 | 101001 |
Color Harmonies of #5C537E
Complementary color
Monochromatic Colors of #5C537E
Black with #5C537E
Text Example
Text Example
White with #5C537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C537E; }
p { color: rgb(92,83,126); }
H1.HeaderClassName
{
color: #5C537E;
}
.AnyTagClassName
{
color: #5C537E;
}
</style>
background-color css
<style>
a { background-color: #5C537E; }
a { background-color: rgb(92,83,126); }
div.DivClassName
{
background-color: #5C537E;
}
.BgClassName
{
background-color: #5C537E;
}
</style>
border-color css
<style>
span { border-color: #5C537E; }
span { border-color: rgb(92,83,126); }
td.TdClassName
{
border-color: #5C537E;
}
.TagClassName
{
border-color: #5C537E;
}
</style>