Shades of Victoria #574D7C
Tints of Victoria #574D7C
RGB
CMYK
RGB Variations
Color information
#574D7C (or 0x574D7C) is known color: Victoria. HEX triplet: 57, 4D and 7C. RGB value is (87,77,124). Sum of RGB (Red+Green+Blue) = 87+77+124=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #574D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D7C is #A8B283. Grayscale: #555555. Windows color (decimal): -11055748 or 8146263. OLE color: 8146263.
HSL color Cylindrical-coordinate representation of color #574D7C: hue angle of 252.77º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #574D7C is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 77 | 124 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.51 |
| HSL | 252.77º | 0.23% | 0.39% | - |
| HSV(B) | 252.77º | 0.38% | 0.49% | - |
| XYZ | 10.22 | 8.79 | 20.23 | - |
| YUV | 85.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 124 | 0.30 | 0.38 | 0 | 0.51 | 252.77 | 0.23 | 0.39 |
| Hex | 57 | 4D | 7C | 1E | 26 | 0 | 33 | FD | 17 | 27 |
| Octal | 127 | 115 | 174 | 36 | 46 | 0 | 63 | 375 | 27 | 47 |
| Binary | 1010111 | 1001101 | 1111100 | 11110 | 100110 | 0 | 110011 | 11111101 | 10111 | 100111 |
Color Harmonies of #574D7C
Complementary color
Monochromatic Colors of #574D7C
Black with #574D7C
Text Example
Text Example
White with #574D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D7C; }
p { color: rgb(87,77,124); }
H1.HeaderClassName
{
color: #574D7C;
}
.AnyTagClassName
{
color: #574D7C;
}
</style>
background-color css
<style>
a { background-color: #574D7C; }
a { background-color: rgb(87,77,124); }
div.DivClassName
{
background-color: #574D7C;
}
.BgClassName
{
background-color: #574D7C;
}
</style>
border-color css
<style>
span { border-color: #574D7C; }
span { border-color: rgb(87,77,124); }
td.TdClassName
{
border-color: #574D7C;
}
.TagClassName
{
border-color: #574D7C;
}
</style>