Shades of Victoria #574F90
Tints of Victoria #574F90
RGB
CMYK
RGB Variations
Color information
#574F90 (or 0x574F90) is known color: Victoria. HEX triplet: 57, 4F and 90. RGB value is (87,79,144). Sum of RGB (Red+Green+Blue) = 87+79+144=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #574F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574F90 is #A8B06F. Grayscale: #585858. Windows color (decimal): -11055216 or 9457495. OLE color: 9457495.
HSL color Cylindrical-coordinate representation of color #574F90: hue angle of 247.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574F90 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 79 | 144 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.44 |
| HSL | 247.38º | 0.29% | 0.44% | - |
| HSV(B) | 247.38º | 0.45% | 0.56% | - |
| XYZ | 11.76 | 9.63 | 27.62 | - |
| YUV | 88.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 144 | 0.40 | 0.45 | 0 | 0.44 | 247.38 | 0.29 | 0.44 |
| Hex | 57 | 4F | 90 | 28 | 2D | 0 | 2C | F7 | 1D | 2C |
| Octal | 127 | 117 | 220 | 50 | 55 | 0 | 54 | 367 | 35 | 54 |
| Binary | 1010111 | 1001111 | 10010000 | 101000 | 101101 | 0 | 101100 | 11110111 | 11101 | 101100 |
Color Harmonies of #574F90
Complementary color
Monochromatic Colors of #574F90
Black with #574F90
Text Example
Text Example
White with #574F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F90; }
p { color: rgb(87,79,144); }
H1.HeaderClassName
{
color: #574F90;
}
.AnyTagClassName
{
color: #574F90;
}
</style>
background-color css
<style>
a { background-color: #574F90; }
a { background-color: rgb(87,79,144); }
div.DivClassName
{
background-color: #574F90;
}
.BgClassName
{
background-color: #574F90;
}
</style>
border-color css
<style>
span { border-color: #574F90; }
span { border-color: rgb(87,79,144); }
td.TdClassName
{
border-color: #574F90;
}
.TagClassName
{
border-color: #574F90;
}
</style>