Shades of Victoria #5C5183
Tints of Victoria #5C5183
RGB
CMYK
RGB Variations
Color information
#5C5183 (or 0x5C5183) is known color: Victoria. HEX triplet: 5C, 51 and 83. RGB value is (92,81,131). Sum of RGB (Red+Green+Blue) = 92+81+131=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C5183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5183 is #A3AE7C. Grayscale: #595959. Windows color (decimal): -10727037 or 8606044. OLE color: 8606044.
HSL color Cylindrical-coordinate representation of color #5C5183: hue angle of 253.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C5183 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 81 | 131 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.49 |
| HSL | 253.2º | 0.24% | 0.42% | - |
| HSV(B) | 253.2º | 0.38% | 0.51% | - |
| XYZ | 11.45 | 9.8 | 22.76 | - |
| YUV | 89.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 131 | 0.30 | 0.38 | 0 | 0.49 | 253.2 | 0.24 | 0.42 |
| Hex | 5C | 51 | 83 | 1E | 26 | 0 | 31 | FD | 18 | 2A |
| Octal | 134 | 121 | 203 | 36 | 46 | 0 | 61 | 375 | 30 | 52 |
| Binary | 1011100 | 1010001 | 10000011 | 11110 | 100110 | 0 | 110001 | 11111101 | 11000 | 101010 |
Color Harmonies of #5C5183
Complementary color
Monochromatic Colors of #5C5183
Black with #5C5183
Text Example
Text Example
White with #5C5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5183; }
p { color: rgb(92,81,131); }
H1.HeaderClassName
{
color: #5C5183;
}
.AnyTagClassName
{
color: #5C5183;
}
</style>
background-color css
<style>
a { background-color: #5C5183; }
a { background-color: rgb(92,81,131); }
div.DivClassName
{
background-color: #5C5183;
}
.BgClassName
{
background-color: #5C5183;
}
</style>
border-color css
<style>
span { border-color: #5C5183; }
span { border-color: rgb(92,81,131); }
td.TdClassName
{
border-color: #5C5183;
}
.TagClassName
{
border-color: #5C5183;
}
</style>