Shades of Victoria #574D76
Tints of Victoria #574D76
RGB
CMYK
RGB Variations
Color information
#574D76 (or 0x574D76) is known color: Victoria. HEX triplet: 57, 4D and 76. RGB value is (87,77,118). Sum of RGB (Red+Green+Blue) = 87+77+118=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #574D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D76 is #A8B289. Grayscale: #545454. Windows color (decimal): -11055754 or 7753047. OLE color: 7753047.
HSL color Cylindrical-coordinate representation of color #574D76: hue angle of 254.63º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #574D76 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 77 | 118 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.54 |
| HSL | 254.63º | 0.21% | 0.38% | - |
| HSV(B) | 254.63º | 0.35% | 0.46% | - |
| XYZ | 9.85 | 8.64 | 18.29 | - |
| YUV | 84.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 118 | 0.26 | 0.35 | 0 | 0.54 | 254.63 | 0.21 | 0.38 |
| Hex | 57 | 4D | 76 | 1A | 23 | 0 | 36 | FF | 15 | 26 |
| Octal | 127 | 115 | 166 | 32 | 43 | 0 | 66 | 377 | 25 | 46 |
| Binary | 1010111 | 1001101 | 1110110 | 11010 | 100011 | 0 | 110110 | 11111111 | 10101 | 100110 |
Color Harmonies of #574D76
Complementary color
Monochromatic Colors of #574D76
Black with #574D76
Text Example
Text Example
White with #574D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D76; }
p { color: rgb(87,77,118); }
H1.HeaderClassName
{
color: #574D76;
}
.AnyTagClassName
{
color: #574D76;
}
</style>
background-color css
<style>
a { background-color: #574D76; }
a { background-color: rgb(87,77,118); }
div.DivClassName
{
background-color: #574D76;
}
.BgClassName
{
background-color: #574D76;
}
</style>
border-color css
<style>
span { border-color: #574D76; }
span { border-color: rgb(87,77,118); }
td.TdClassName
{
border-color: #574D76;
}
.TagClassName
{
border-color: #574D76;
}
</style>