Shades of Victoria #574D8A
Tints of Victoria #574D8A
RGB
CMYK
RGB Variations
Color information
#574D8A (or 0x574D8A) is known color: Victoria. HEX triplet: 57, 4D and 8A. RGB value is (87,77,138). Sum of RGB (Red+Green+Blue) = 87+77+138=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #574D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574D8A is #A8B275. Grayscale: #565656. Windows color (decimal): -11055734 or 9063767. OLE color: 9063767.
HSL color Cylindrical-coordinate representation of color #574D8A: hue angle of 249.84º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574D8A is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 77 | 138 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.46 |
| HSL | 249.84º | 0.28% | 0.42% | - |
| HSV(B) | 249.84º | 0.44% | 0.54% | - |
| XYZ | 11.17 | 9.17 | 25.23 | - |
| YUV | 86.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 138 | 0.37 | 0.44 | 0 | 0.46 | 249.84 | 0.28 | 0.42 |
| Hex | 57 | 4D | 8A | 25 | 2C | 0 | 2E | FA | 1C | 2A |
| Octal | 127 | 115 | 212 | 45 | 54 | 0 | 56 | 372 | 34 | 52 |
| Binary | 1010111 | 1001101 | 10001010 | 100101 | 101100 | 0 | 101110 | 11111010 | 11100 | 101010 |
Color Harmonies of #574D8A
Complementary color
Monochromatic Colors of #574D8A
Black with #574D8A
Text Example
Text Example
White with #574D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D8A; }
p { color: rgb(87,77,138); }
H1.HeaderClassName
{
color: #574D8A;
}
.AnyTagClassName
{
color: #574D8A;
}
</style>
background-color css
<style>
a { background-color: #574D8A; }
a { background-color: rgb(87,77,138); }
div.DivClassName
{
background-color: #574D8A;
}
.BgClassName
{
background-color: #574D8A;
}
</style>
border-color css
<style>
span { border-color: #574D8A; }
span { border-color: rgb(87,77,138); }
td.TdClassName
{
border-color: #574D8A;
}
.TagClassName
{
border-color: #574D8A;
}
</style>