Shades of Victoria #574D87
Tints of Victoria #574D87
RGB
CMYK
RGB Variations
Color information
#574D87 (or 0x574D87) is known color: Victoria. HEX triplet: 57, 4D and 87. RGB value is (87,77,135). Sum of RGB (Red+Green+Blue) = 87+77+135=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #574D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574D87 is #A8B278. Grayscale: #565656. Windows color (decimal): -11055737 or 8867159. OLE color: 8867159.
HSL color Cylindrical-coordinate representation of color #574D87: hue angle of 250.34º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574D87 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 77 | 135 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.47 |
| HSL | 250.34º | 0.27% | 0.42% | - |
| HSV(B) | 250.34º | 0.43% | 0.53% | - |
| XYZ | 10.96 | 9.08 | 24.1 | - |
| YUV | 86.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 135 | 0.36 | 0.43 | 0 | 0.47 | 250.34 | 0.27 | 0.42 |
| Hex | 57 | 4D | 87 | 24 | 2B | 0 | 2F | FA | 1B | 2A |
| Octal | 127 | 115 | 207 | 44 | 53 | 0 | 57 | 372 | 33 | 52 |
| Binary | 1010111 | 1001101 | 10000111 | 100100 | 101011 | 0 | 101111 | 11111010 | 11011 | 101010 |
Color Harmonies of #574D87
Complementary color
Monochromatic Colors of #574D87
Black with #574D87
Text Example
Text Example
White with #574D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D87; }
p { color: rgb(87,77,135); }
H1.HeaderClassName
{
color: #574D87;
}
.AnyTagClassName
{
color: #574D87;
}
</style>
background-color css
<style>
a { background-color: #574D87; }
a { background-color: rgb(87,77,135); }
div.DivClassName
{
background-color: #574D87;
}
.BgClassName
{
background-color: #574D87;
}
</style>
border-color css
<style>
span { border-color: #574D87; }
span { border-color: rgb(87,77,135); }
td.TdClassName
{
border-color: #574D87;
}
.TagClassName
{
border-color: #574D87;
}
</style>