Shades of Victoria #5C5081
Tints of Victoria #5C5081
RGB
CMYK
RGB Variations
Color information
#5C5081 (or 0x5C5081) is known color: Victoria. HEX triplet: 5C, 50 and 81. RGB value is (92,80,129). Sum of RGB (Red+Green+Blue) = 92+80+129=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #5C5081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5081 is #A3AF7E. Grayscale: #585858. Windows color (decimal): -10727295 or 8474716. OLE color: 8474716.
HSL color Cylindrical-coordinate representation of color #5C5081: hue angle of 254.69º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C5081 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 80 | 129 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.49 |
| HSL | 254.69º | 0.23% | 0.41% | - |
| HSV(B) | 254.69º | 0.38% | 0.51% | - |
| XYZ | 11.24 | 9.6 | 22.03 | - |
| YUV | 89.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 129 | 0.29 | 0.38 | 0 | 0.49 | 254.69 | 0.23 | 0.41 |
| Hex | 5C | 50 | 81 | 1D | 26 | 0 | 31 | FF | 17 | 29 |
| Octal | 134 | 120 | 201 | 35 | 46 | 0 | 61 | 377 | 27 | 51 |
| Binary | 1011100 | 1010000 | 10000001 | 11101 | 100110 | 0 | 110001 | 11111111 | 10111 | 101001 |
Color Harmonies of #5C5081
Complementary color
Monochromatic Colors of #5C5081
Black with #5C5081
Text Example
Text Example
White with #5C5081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5081; }
p { color: rgb(92,80,129); }
H1.HeaderClassName
{
color: #5C5081;
}
.AnyTagClassName
{
color: #5C5081;
}
</style>
background-color css
<style>
a { background-color: #5C5081; }
a { background-color: rgb(92,80,129); }
div.DivClassName
{
background-color: #5C5081;
}
.BgClassName
{
background-color: #5C5081;
}
</style>
border-color css
<style>
span { border-color: #5C5081; }
span { border-color: rgb(92,80,129); }
td.TdClassName
{
border-color: #5C5081;
}
.TagClassName
{
border-color: #5C5081;
}
</style>