Shades of Victoria #574F8C
Tints of Victoria #574F8C
RGB
CMYK
RGB Variations
Color information
#574F8C (or 0x574F8C) is known color: Victoria. HEX triplet: 57, 4F and 8C. RGB value is (87,79,140). Sum of RGB (Red+Green+Blue) = 87+79+140=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #574F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574F8C is #A8B073. Grayscale: #585858. Windows color (decimal): -11055220 or 9195351. OLE color: 9195351.
HSL color Cylindrical-coordinate representation of color #574F8C: hue angle of 247.87º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574F8C is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 79 | 140 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.45 |
| HSL | 247.87º | 0.28% | 0.43% | - |
| HSV(B) | 247.87º | 0.44% | 0.55% | - |
| XYZ | 11.46 | 9.51 | 26.04 | - |
| YUV | 88.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 140 | 0.38 | 0.44 | 0 | 0.45 | 247.87 | 0.28 | 0.43 |
| Hex | 57 | 4F | 8C | 26 | 2C | 0 | 2D | F8 | 1C | 2B |
| Octal | 127 | 117 | 214 | 46 | 54 | 0 | 55 | 370 | 34 | 53 |
| Binary | 1010111 | 1001111 | 10001100 | 100110 | 101100 | 0 | 101101 | 11111000 | 11100 | 101011 |
Color Harmonies of #574F8C
Complementary color
Monochromatic Colors of #574F8C
Black with #574F8C
Text Example
Text Example
White with #574F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F8C; }
p { color: rgb(87,79,140); }
H1.HeaderClassName
{
color: #574F8C;
}
.AnyTagClassName
{
color: #574F8C;
}
</style>
background-color css
<style>
a { background-color: #574F8C; }
a { background-color: rgb(87,79,140); }
div.DivClassName
{
background-color: #574F8C;
}
.BgClassName
{
background-color: #574F8C;
}
</style>
border-color css
<style>
span { border-color: #574F8C; }
span { border-color: rgb(87,79,140); }
td.TdClassName
{
border-color: #574F8C;
}
.TagClassName
{
border-color: #574F8C;
}
</style>