Shades of Victoria #5C508F
Tints of Victoria #5C508F
RGB
CMYK
RGB Variations
Color information
#5C508F (or 0x5C508F) is known color: Victoria. HEX triplet: 5C, 50 and 8F. RGB value is (92,80,143). Sum of RGB (Red+Green+Blue) = 92+80+143=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C508F is #A3AF70. Grayscale: #5A5A5A. Windows color (decimal): -10727281 or 9392220. OLE color: 9392220.
HSL color Cylindrical-coordinate representation of color #5C508F: hue angle of 251.43º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C508F is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 80 | 143 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.44 |
| HSL | 251.43º | 0.28% | 0.44% | - |
| HSV(B) | 251.43º | 0.44% | 0.56% | - |
| XYZ | 12.24 | 10 | 27.27 | - |
| YUV | 90.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 143 | 0.36 | 0.44 | 0 | 0.44 | 251.43 | 0.28 | 0.44 |
| Hex | 5C | 50 | 8F | 24 | 2C | 0 | 2C | FB | 1C | 2C |
| Octal | 134 | 120 | 217 | 44 | 54 | 0 | 54 | 373 | 34 | 54 |
| Binary | 1011100 | 1010000 | 10001111 | 100100 | 101100 | 0 | 101100 | 11111011 | 11100 | 101100 |
Color Harmonies of #5C508F
Complementary color
Monochromatic Colors of #5C508F
Black with #5C508F
Text Example
Text Example
White with #5C508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C508F; }
p { color: rgb(92,80,143); }
H1.HeaderClassName
{
color: #5C508F;
}
.AnyTagClassName
{
color: #5C508F;
}
</style>
background-color css
<style>
a { background-color: #5C508F; }
a { background-color: rgb(92,80,143); }
div.DivClassName
{
background-color: #5C508F;
}
.BgClassName
{
background-color: #5C508F;
}
</style>
border-color css
<style>
span { border-color: #5C508F; }
span { border-color: rgb(92,80,143); }
td.TdClassName
{
border-color: #5C508F;
}
.TagClassName
{
border-color: #5C508F;
}
</style>