Shades of Victoria #5C518B
Tints of Victoria #5C518B
RGB
CMYK
RGB Variations
Color information
#5C518B (or 0x5C518B) is known color: Victoria. HEX triplet: 5C, 51 and 8B. RGB value is (92,81,139). Sum of RGB (Red+Green+Blue) = 92+81+139=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C518B is #A3AE74. Grayscale: #5A5A5A. Windows color (decimal): -10727029 or 9130332. OLE color: 9130332.
HSL color Cylindrical-coordinate representation of color #5C518B: hue angle of 251.38º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C518B is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 81 | 139 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.45 |
| HSL | 251.38º | 0.26% | 0.43% | - |
| HSV(B) | 251.38º | 0.42% | 0.55% | - |
| XYZ | 12.02 | 10.02 | 25.73 | - |
| YUV | 90.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 139 | 0.34 | 0.42 | 0 | 0.45 | 251.38 | 0.26 | 0.43 |
| Hex | 5C | 51 | 8B | 22 | 2A | 0 | 2D | FB | 1A | 2B |
| Octal | 134 | 121 | 213 | 42 | 52 | 0 | 55 | 373 | 32 | 53 |
| Binary | 1011100 | 1010001 | 10001011 | 100010 | 101010 | 0 | 101101 | 11111011 | 11010 | 101011 |
Color Harmonies of #5C518B
Complementary color
Monochromatic Colors of #5C518B
Black with #5C518B
Text Example
Text Example
White with #5C518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C518B; }
p { color: rgb(92,81,139); }
H1.HeaderClassName
{
color: #5C518B;
}
.AnyTagClassName
{
color: #5C518B;
}
</style>
background-color css
<style>
a { background-color: #5C518B; }
a { background-color: rgb(92,81,139); }
div.DivClassName
{
background-color: #5C518B;
}
.BgClassName
{
background-color: #5C518B;
}
</style>
border-color css
<style>
span { border-color: #5C518B; }
span { border-color: rgb(92,81,139); }
td.TdClassName
{
border-color: #5C518B;
}
.TagClassName
{
border-color: #5C518B;
}
</style>