Shades of Victoria #574C89
Tints of Victoria #574C89
RGB
CMYK
RGB Variations
Color information
#574C89 (or 0x574C89) is known color: Victoria. HEX triplet: 57, 4C and 89. RGB value is (87,76,137). Sum of RGB (Red+Green+Blue) = 87+76+137=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #574C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C89 is #A8B376. Grayscale: #565656. Windows color (decimal): -11055991 or 8997975. OLE color: 8997975.
HSL color Cylindrical-coordinate representation of color #574C89: hue angle of 250.82º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574C89 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 76 | 137 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.46 |
| HSL | 250.82º | 0.29% | 0.42% | - |
| HSV(B) | 250.82º | 0.45% | 0.54% | - |
| XYZ | 11.03 | 9 | 24.82 | - |
| YUV | 86.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 137 | 0.36 | 0.45 | 0 | 0.46 | 250.82 | 0.29 | 0.42 |
| Hex | 57 | 4C | 89 | 24 | 2D | 0 | 2E | FB | 1D | 2A |
| Octal | 127 | 114 | 211 | 44 | 55 | 0 | 56 | 373 | 35 | 52 |
| Binary | 1010111 | 1001100 | 10001001 | 100100 | 101101 | 0 | 101110 | 11111011 | 11101 | 101010 |
Color Harmonies of #574C89
Complementary color
Monochromatic Colors of #574C89
Black with #574C89
Text Example
Text Example
White with #574C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574C89; }
p { color: rgb(87,76,137); }
H1.HeaderClassName
{
color: #574C89;
}
.AnyTagClassName
{
color: #574C89;
}
</style>
background-color css
<style>
a { background-color: #574C89; }
a { background-color: rgb(87,76,137); }
div.DivClassName
{
background-color: #574C89;
}
.BgClassName
{
background-color: #574C89;
}
</style>
border-color css
<style>
span { border-color: #574C89; }
span { border-color: rgb(87,76,137); }
td.TdClassName
{
border-color: #574C89;
}
.TagClassName
{
border-color: #574C89;
}
</style>