Shades of Victoria #574E89
Tints of Victoria #574E89
RGB
CMYK
RGB Variations
Color information
#574E89 (or 0x574E89) is known color: Victoria. HEX triplet: 57, 4E and 89. RGB value is (87,78,137). Sum of RGB (Red+Green+Blue) = 87+78+137=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #574E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574E89 is #A8B176. Grayscale: #575757. Windows color (decimal): -11055479 or 8998487. OLE color: 8998487.
HSL color Cylindrical-coordinate representation of color #574E89: hue angle of 249.15º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574E89 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 78 | 137 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.46 |
| HSL | 249.15º | 0.27% | 0.42% | - |
| HSV(B) | 249.15º | 0.43% | 0.54% | - |
| XYZ | 11.17 | 9.28 | 24.87 | - |
| YUV | 87.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 137 | 0.36 | 0.43 | 0 | 0.46 | 249.15 | 0.27 | 0.42 |
| Hex | 57 | 4E | 89 | 24 | 2B | 0 | 2E | F9 | 1B | 2A |
| Octal | 127 | 116 | 211 | 44 | 53 | 0 | 56 | 371 | 33 | 52 |
| Binary | 1010111 | 1001110 | 10001001 | 100100 | 101011 | 0 | 101110 | 11111001 | 11011 | 101010 |
Color Harmonies of #574E89
Complementary color
Monochromatic Colors of #574E89
Black with #574E89
Text Example
Text Example
White with #574E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E89; }
p { color: rgb(87,78,137); }
H1.HeaderClassName
{
color: #574E89;
}
.AnyTagClassName
{
color: #574E89;
}
</style>
background-color css
<style>
a { background-color: #574E89; }
a { background-color: rgb(87,78,137); }
div.DivClassName
{
background-color: #574E89;
}
.BgClassName
{
background-color: #574E89;
}
</style>
border-color css
<style>
span { border-color: #574E89; }
span { border-color: rgb(87,78,137); }
td.TdClassName
{
border-color: #574E89;
}
.TagClassName
{
border-color: #574E89;
}
</style>