Shades of Victoria #574C91
Tints of Victoria #574C91
RGB
CMYK
RGB Variations
Color information
#574C91 (or 0x574C91) is known color: Victoria. HEX triplet: 57, 4C and 91. RGB value is (87,76,145). Sum of RGB (Red+Green+Blue) = 87+76+145=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #574C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C91 is #A8B36E. Grayscale: #565656. Windows color (decimal): -11055983 or 9522263. OLE color: 9522263.
HSL color Cylindrical-coordinate representation of color #574C91: hue angle of 249.57º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #574C91 is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 76 | 145 | - |
| CMYK | 0.4 | 0.48 | 0 | 0.43 |
| HSL | 249.57º | 0.31% | 0.43% | - |
| HSV(B) | 249.57º | 0.48% | 0.57% | - |
| XYZ | 11.63 | 9.24 | 27.96 | - |
| YUV | 87.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 145 | 0.4 | 0.48 | 0 | 0.43 | 249.57 | 0.31 | 0.43 |
| Hex | 57 | 4C | 91 | 28 | 30 | 0 | 2B | FA | 1F | 2B |
| Octal | 127 | 114 | 221 | 50 | 60 | 0 | 53 | 372 | 37 | 53 |
| Binary | 1010111 | 1001100 | 10010001 | 101000 | 110000 | 0 | 101011 | 11111010 | 11111 | 101011 |
Color Harmonies of #574C91
Complementary color
Monochromatic Colors of #574C91
Black with #574C91
Text Example
Text Example
White with #574C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574C91; }
p { color: rgb(87,76,145); }
H1.HeaderClassName
{
color: #574C91;
}
.AnyTagClassName
{
color: #574C91;
}
</style>
background-color css
<style>
a { background-color: #574C91; }
a { background-color: rgb(87,76,145); }
div.DivClassName
{
background-color: #574C91;
}
.BgClassName
{
background-color: #574C91;
}
</style>
border-color css
<style>
span { border-color: #574C91; }
span { border-color: rgb(87,76,145); }
td.TdClassName
{
border-color: #574C91;
}
.TagClassName
{
border-color: #574C91;
}
</style>