Shades of Victoria #574D93
Tints of Victoria #574D93
RGB
CMYK
RGB Variations
Color information
#574D93 (or 0x574D93) is known color: Victoria. HEX triplet: 57, 4D and 93. RGB value is (87,77,147). Sum of RGB (Red+Green+Blue) = 87+77+147=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #574D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574D93 is #A8B26C. Grayscale: #575757. Windows color (decimal): -11055725 or 9653591. OLE color: 9653591.
HSL color Cylindrical-coordinate representation of color #574D93: hue angle of 248.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #574D93 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 77 | 147 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.42 |
| HSL | 248.57º | 0.31% | 0.44% | - |
| HSV(B) | 248.57º | 0.48% | 0.58% | - |
| XYZ | 11.85 | 9.44 | 28.8 | - |
| YUV | 87.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 147 | 0.41 | 0.48 | 0 | 0.42 | 248.57 | 0.31 | 0.44 |
| Hex | 57 | 4D | 93 | 29 | 30 | 0 | 2A | F9 | 1F | 2C |
| Octal | 127 | 115 | 223 | 51 | 60 | 0 | 52 | 371 | 37 | 54 |
| Binary | 1010111 | 1001101 | 10010011 | 101001 | 110000 | 0 | 101010 | 11111001 | 11111 | 101100 |
Color Harmonies of #574D93
Complementary color
Monochromatic Colors of #574D93
Black with #574D93
Text Example
Text Example
White with #574D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D93; }
p { color: rgb(87,77,147); }
H1.HeaderClassName
{
color: #574D93;
}
.AnyTagClassName
{
color: #574D93;
}
</style>
background-color css
<style>
a { background-color: #574D93; }
a { background-color: rgb(87,77,147); }
div.DivClassName
{
background-color: #574D93;
}
.BgClassName
{
background-color: #574D93;
}
</style>
border-color css
<style>
span { border-color: #574D93; }
span { border-color: rgb(87,77,147); }
td.TdClassName
{
border-color: #574D93;
}
.TagClassName
{
border-color: #574D93;
}
</style>