Shades of Victoria #5C5085
Tints of Victoria #5C5085
RGB
CMYK
RGB Variations
Color information
#5C5085 (or 0x5C5085) is known color: Victoria. HEX triplet: 5C, 50 and 85. RGB value is (92,80,133). Sum of RGB (Red+Green+Blue) = 92+80+133=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C5085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5085 is #A3AF7A. Grayscale: #595959. Windows color (decimal): -10727291 or 8736860. OLE color: 8736860.
HSL color Cylindrical-coordinate representation of color #5C5085: hue angle of 253.58º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C5085 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 80 | 133 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.48 |
| HSL | 253.58º | 0.25% | 0.42% | - |
| HSV(B) | 253.58º | 0.4% | 0.52% | - |
| XYZ | 11.52 | 9.71 | 23.46 | - |
| YUV | 89.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 133 | 0.31 | 0.40 | 0 | 0.48 | 253.58 | 0.25 | 0.42 |
| Hex | 5C | 50 | 85 | 1F | 28 | 0 | 30 | FE | 19 | 2A |
| Octal | 134 | 120 | 205 | 37 | 50 | 0 | 60 | 376 | 31 | 52 |
| Binary | 1011100 | 1010000 | 10000101 | 11111 | 101000 | 0 | 110000 | 11111110 | 11001 | 101010 |
Color Harmonies of #5C5085
Complementary color
Monochromatic Colors of #5C5085
Black with #5C5085
Text Example
Text Example
White with #5C5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5085; }
p { color: rgb(92,80,133); }
H1.HeaderClassName
{
color: #5C5085;
}
.AnyTagClassName
{
color: #5C5085;
}
</style>
background-color css
<style>
a { background-color: #5C5085; }
a { background-color: rgb(92,80,133); }
div.DivClassName
{
background-color: #5C5085;
}
.BgClassName
{
background-color: #5C5085;
}
</style>
border-color css
<style>
span { border-color: #5C5085; }
span { border-color: rgb(92,80,133); }
td.TdClassName
{
border-color: #5C5085;
}
.TagClassName
{
border-color: #5C5085;
}
</style>