Shades of Victoria #574E76
Tints of Victoria #574E76
RGB
CMYK
RGB Variations
Color information
#574E76 (or 0x574E76) is known color: Victoria. HEX triplet: 57, 4E and 76. RGB value is (87,78,118). Sum of RGB (Red+Green+Blue) = 87+78+118=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #574E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E76 is #A8B189. Grayscale: #555555. Windows color (decimal): -11055498 or 7753303. OLE color: 7753303.
HSL color Cylindrical-coordinate representation of color #574E76: hue angle of 253.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #574E76 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 78 | 118 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.54 |
| HSL | 253.5º | 0.2% | 0.38% | - |
| HSV(B) | 253.5º | 0.34% | 0.46% | - |
| XYZ | 9.92 | 8.78 | 18.31 | - |
| YUV | 85.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 118 | 0.26 | 0.34 | 0 | 0.54 | 253.5 | 0.2 | 0.38 |
| Hex | 57 | 4E | 76 | 1A | 22 | 0 | 36 | FE | 14 | 26 |
| Octal | 127 | 116 | 166 | 32 | 42 | 0 | 66 | 376 | 24 | 46 |
| Binary | 1010111 | 1001110 | 1110110 | 11010 | 100010 | 0 | 110110 | 11111110 | 10100 | 100110 |
Color Harmonies of #574E76
Complementary color
Monochromatic Colors of #574E76
Black with #574E76
Text Example
Text Example
White with #574E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E76; }
p { color: rgb(87,78,118); }
H1.HeaderClassName
{
color: #574E76;
}
.AnyTagClassName
{
color: #574E76;
}
</style>
background-color css
<style>
a { background-color: #574E76; }
a { background-color: rgb(87,78,118); }
div.DivClassName
{
background-color: #574E76;
}
.BgClassName
{
background-color: #574E76;
}
</style>
border-color css
<style>
span { border-color: #574E76; }
span { border-color: rgb(87,78,118); }
td.TdClassName
{
border-color: #574E76;
}
.TagClassName
{
border-color: #574E76;
}
</style>