Shades of Victoria #574D84
Tints of Victoria #574D84
RGB
CMYK
RGB Variations
Color information
#574D84 (or 0x574D84) is known color: Victoria. HEX triplet: 57, 4D and 84. RGB value is (87,77,132). Sum of RGB (Red+Green+Blue) = 87+77+132=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #574D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574D84 is #A8B27B. Grayscale: #565656. Windows color (decimal): -11055740 or 8670551. OLE color: 8670551.
HSL color Cylindrical-coordinate representation of color #574D84: hue angle of 250.91º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #574D84 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 77 | 132 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.48 |
| HSL | 250.91º | 0.26% | 0.41% | - |
| HSV(B) | 250.91º | 0.42% | 0.52% | - |
| XYZ | 10.75 | 9 | 23 | - |
| YUV | 86.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 132 | 0.34 | 0.42 | 0 | 0.48 | 250.91 | 0.26 | 0.41 |
| Hex | 57 | 4D | 84 | 22 | 2A | 0 | 30 | FB | 1A | 29 |
| Octal | 127 | 115 | 204 | 42 | 52 | 0 | 60 | 373 | 32 | 51 |
| Binary | 1010111 | 1001101 | 10000100 | 100010 | 101010 | 0 | 110000 | 11111011 | 11010 | 101001 |
Color Harmonies of #574D84
Complementary color
Monochromatic Colors of #574D84
Black with #574D84
Text Example
Text Example
White with #574D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D84; }
p { color: rgb(87,77,132); }
H1.HeaderClassName
{
color: #574D84;
}
.AnyTagClassName
{
color: #574D84;
}
</style>
background-color css
<style>
a { background-color: #574D84; }
a { background-color: rgb(87,77,132); }
div.DivClassName
{
background-color: #574D84;
}
.BgClassName
{
background-color: #574D84;
}
</style>
border-color css
<style>
span { border-color: #574D84; }
span { border-color: rgb(87,77,132); }
td.TdClassName
{
border-color: #574D84;
}
.TagClassName
{
border-color: #574D84;
}
</style>