Shades of Victoria #574E7C
Tints of Victoria #574E7C
RGB
CMYK
RGB Variations
Color information
#574E7C (or 0x574E7C) is known color: Victoria. HEX triplet: 57, 4E and 7C. RGB value is (87,78,124). Sum of RGB (Red+Green+Blue) = 87+78+124=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #574E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E7C is #A8B183. Grayscale: #555555. Windows color (decimal): -11055492 or 8146519. OLE color: 8146519.
HSL color Cylindrical-coordinate representation of color #574E7C: hue angle of 251.74º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #574E7C is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 78 | 124 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.51 |
| HSL | 251.74º | 0.23% | 0.4% | - |
| HSV(B) | 251.74º | 0.37% | 0.49% | - |
| XYZ | 10.29 | 8.93 | 20.25 | - |
| YUV | 85.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 124 | 0.30 | 0.37 | 0 | 0.51 | 251.74 | 0.23 | 0.4 |
| Hex | 57 | 4E | 7C | 1E | 25 | 0 | 33 | FC | 17 | 28 |
| Octal | 127 | 116 | 174 | 36 | 45 | 0 | 63 | 374 | 27 | 50 |
| Binary | 1010111 | 1001110 | 1111100 | 11110 | 100101 | 0 | 110011 | 11111100 | 10111 | 101000 |
Color Harmonies of #574E7C
Complementary color
Monochromatic Colors of #574E7C
Black with #574E7C
Text Example
Text Example
White with #574E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E7C; }
p { color: rgb(87,78,124); }
H1.HeaderClassName
{
color: #574E7C;
}
.AnyTagClassName
{
color: #574E7C;
}
</style>
background-color css
<style>
a { background-color: #574E7C; }
a { background-color: rgb(87,78,124); }
div.DivClassName
{
background-color: #574E7C;
}
.BgClassName
{
background-color: #574E7C;
}
</style>
border-color css
<style>
span { border-color: #574E7C; }
span { border-color: rgb(87,78,124); }
td.TdClassName
{
border-color: #574E7C;
}
.TagClassName
{
border-color: #574E7C;
}
</style>