Shades of Victoria #5C5781
Tints of Victoria #5C5781
RGB
CMYK
RGB Variations
Color information
#5C5781 (or 0x5C5781) is known color: Victoria. HEX triplet: 5C, 57 and 81. RGB value is (92,87,129). Sum of RGB (Red+Green+Blue) = 92+87+129=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #5C5781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5781 is #A3A87E. Grayscale: #5D5D5D. Windows color (decimal): -10725503 or 8476508. OLE color: 8476508.
HSL color Cylindrical-coordinate representation of color #5C5781: hue angle of 247.14º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C5781 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 87 | 129 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.49 |
| HSL | 247.14º | 0.19% | 0.42% | - |
| HSV(B) | 247.14º | 0.33% | 0.51% | - |
| XYZ | 11.78 | 10.68 | 22.21 | - |
| YUV | 93.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 87 | 129 | 0.29 | 0.33 | 0 | 0.49 | 247.14 | 0.19 | 0.42 |
| Hex | 5C | 57 | 81 | 1D | 21 | 0 | 31 | F7 | 13 | 2A |
| Octal | 134 | 127 | 201 | 35 | 41 | 0 | 61 | 367 | 23 | 52 |
| Binary | 1011100 | 1010111 | 10000001 | 11101 | 100001 | 0 | 110001 | 11110111 | 10011 | 101010 |
Color Harmonies of #5C5781
Complementary color
Monochromatic Colors of #5C5781
Black with #5C5781
Text Example
Text Example
White with #5C5781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5781; }
p { color: rgb(92,87,129); }
H1.HeaderClassName
{
color: #5C5781;
}
.AnyTagClassName
{
color: #5C5781;
}
</style>
background-color css
<style>
a { background-color: #5C5781; }
a { background-color: rgb(92,87,129); }
div.DivClassName
{
background-color: #5C5781;
}
.BgClassName
{
background-color: #5C5781;
}
</style>
border-color css
<style>
span { border-color: #5C5781; }
span { border-color: rgb(92,87,129); }
td.TdClassName
{
border-color: #5C5781;
}
.TagClassName
{
border-color: #5C5781;
}
</style>