Shades of Victoria #574983
Tints of Victoria #574983
RGB
CMYK
RGB Variations
Color information
#574983 (or 0x574983) is known color: Victoria. HEX triplet: 57, 49 and 83. RGB value is (87,73,131). Sum of RGB (Red+Green+Blue) = 87+73+131=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #574983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574983 is #A8B67C. Grayscale: #535353. Windows color (decimal): -11056765 or 8603991. OLE color: 8603991.
HSL color Cylindrical-coordinate representation of color #574983: hue angle of 254.48º 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 #574983 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 73 | 131 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.49 |
| HSL | 254.48º | 0.28% | 0.4% | - |
| HSV(B) | 254.48º | 0.44% | 0.51% | - |
| XYZ | 10.41 | 8.43 | 22.55 | - |
| YUV | 83.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 131 | 0.34 | 0.44 | 0 | 0.49 | 254.48 | 0.28 | 0.4 |
| Hex | 57 | 49 | 83 | 22 | 2C | 0 | 31 | FE | 1C | 28 |
| Octal | 127 | 111 | 203 | 42 | 54 | 0 | 61 | 376 | 34 | 50 |
| Binary | 1010111 | 1001001 | 10000011 | 100010 | 101100 | 0 | 110001 | 11111110 | 11100 | 101000 |
Color Harmonies of #574983
Complementary color
Monochromatic Colors of #574983
Black with #574983
Text Example
Text Example
White with #574983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574983; }
p { color: rgb(87,73,131); }
H1.HeaderClassName
{
color: #574983;
}
.AnyTagClassName
{
color: #574983;
}
</style>
background-color css
<style>
a { background-color: #574983; }
a { background-color: rgb(87,73,131); }
div.DivClassName
{
background-color: #574983;
}
.BgClassName
{
background-color: #574983;
}
</style>
border-color css
<style>
span { border-color: #574983; }
span { border-color: rgb(87,73,131); }
td.TdClassName
{
border-color: #574983;
}
.TagClassName
{
border-color: #574983;
}
</style>