Shades of Victoria #574D77
Tints of Victoria #574D77
RGB
CMYK
RGB Variations
Color information
#574D77 (or 0x574D77) is known color: Victoria. HEX triplet: 57, 4D and 77. RGB value is (87,77,119). Sum of RGB (Red+Green+Blue) = 87+77+119=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #574D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D77 is #A8B288. Grayscale: #545454. Windows color (decimal): -11055753 or 7818583. OLE color: 7818583.
HSL color Cylindrical-coordinate representation of color #574D77: hue angle of 254.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #574D77 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 77 | 119 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.53 |
| HSL | 254.29º | 0.21% | 0.38% | - |
| HSV(B) | 254.29º | 0.35% | 0.47% | - |
| XYZ | 9.91 | 8.67 | 18.6 | - |
| YUV | 84.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 119 | 0.27 | 0.35 | 0 | 0.53 | 254.29 | 0.21 | 0.38 |
| Hex | 57 | 4D | 77 | 1B | 23 | 0 | 35 | FE | 15 | 26 |
| Octal | 127 | 115 | 167 | 33 | 43 | 0 | 65 | 376 | 25 | 46 |
| Binary | 1010111 | 1001101 | 1110111 | 11011 | 100011 | 0 | 110101 | 11111110 | 10101 | 100110 |
Color Harmonies of #574D77
Complementary color
Monochromatic Colors of #574D77
Black with #574D77
Text Example
Text Example
White with #574D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D77; }
p { color: rgb(87,77,119); }
H1.HeaderClassName
{
color: #574D77;
}
.AnyTagClassName
{
color: #574D77;
}
</style>
background-color css
<style>
a { background-color: #574D77; }
a { background-color: rgb(87,77,119); }
div.DivClassName
{
background-color: #574D77;
}
.BgClassName
{
background-color: #574D77;
}
</style>
border-color css
<style>
span { border-color: #574D77; }
span { border-color: rgb(87,77,119); }
td.TdClassName
{
border-color: #574D77;
}
.TagClassName
{
border-color: #574D77;
}
</style>