Shades of Victoria #574982
Tints of Victoria #574982
RGB
CMYK
RGB Variations
Color information
#574982 (or 0x574982) is known color: Victoria. HEX triplet: 57, 49 and 82. RGB value is (87,73,130). Sum of RGB (Red+Green+Blue) = 87+73+130=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #574982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574982 is #A8B67D. Grayscale: #535353. Windows color (decimal): -11056766 or 8538455. OLE color: 8538455.
HSL color Cylindrical-coordinate representation of color #574982: hue angle of 254.74º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574982 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 73 | 130 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.49 |
| HSL | 254.74º | 0.28% | 0.4% | - |
| HSV(B) | 254.74º | 0.44% | 0.51% | - |
| XYZ | 10.34 | 8.4 | 22.2 | - |
| YUV | 83.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 130 | 0.33 | 0.44 | 0 | 0.49 | 254.74 | 0.28 | 0.4 |
| Hex | 57 | 49 | 82 | 21 | 2C | 0 | 31 | FF | 1C | 28 |
| Octal | 127 | 111 | 202 | 41 | 54 | 0 | 61 | 377 | 34 | 50 |
| Binary | 1010111 | 1001001 | 10000010 | 100001 | 101100 | 0 | 110001 | 11111111 | 11100 | 101000 |
Color Harmonies of #574982
Complementary color
Monochromatic Colors of #574982
Black with #574982
Text Example
Text Example
White with #574982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574982; }
p { color: rgb(87,73,130); }
H1.HeaderClassName
{
color: #574982;
}
.AnyTagClassName
{
color: #574982;
}
</style>
background-color css
<style>
a { background-color: #574982; }
a { background-color: rgb(87,73,130); }
div.DivClassName
{
background-color: #574982;
}
.BgClassName
{
background-color: #574982;
}
</style>
border-color css
<style>
span { border-color: #574982; }
span { border-color: rgb(87,73,130); }
td.TdClassName
{
border-color: #574982;
}
.TagClassName
{
border-color: #574982;
}
</style>