Shades of Victoria #574D8B
Tints of Victoria #574D8B
RGB
CMYK
RGB Variations
Color information
#574D8B (or 0x574D8B) is known color: Victoria. HEX triplet: 57, 4D and 8B. RGB value is (87,77,139). Sum of RGB (Red+Green+Blue) = 87+77+139=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #574D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574D8B is #A8B274. Grayscale: #565656. Windows color (decimal): -11055733 or 9129303. OLE color: 9129303.
HSL color Cylindrical-coordinate representation of color #574D8B: hue angle of 249.68º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574D8B is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 77 | 139 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.45 |
| HSL | 249.68º | 0.29% | 0.42% | - |
| HSV(B) | 249.68º | 0.45% | 0.55% | - |
| XYZ | 11.24 | 9.2 | 25.61 | - |
| YUV | 87.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 139 | 0.37 | 0.45 | 0 | 0.45 | 249.68 | 0.29 | 0.42 |
| Hex | 57 | 4D | 8B | 25 | 2D | 0 | 2D | FA | 1D | 2A |
| Octal | 127 | 115 | 213 | 45 | 55 | 0 | 55 | 372 | 35 | 52 |
| Binary | 1010111 | 1001101 | 10001011 | 100101 | 101101 | 0 | 101101 | 11111010 | 11101 | 101010 |
Color Harmonies of #574D8B
Complementary color
Monochromatic Colors of #574D8B
Black with #574D8B
Text Example
Text Example
White with #574D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D8B; }
p { color: rgb(87,77,139); }
H1.HeaderClassName
{
color: #574D8B;
}
.AnyTagClassName
{
color: #574D8B;
}
</style>
background-color css
<style>
a { background-color: #574D8B; }
a { background-color: rgb(87,77,139); }
div.DivClassName
{
background-color: #574D8B;
}
.BgClassName
{
background-color: #574D8B;
}
</style>
border-color css
<style>
span { border-color: #574D8B; }
span { border-color: rgb(87,77,139); }
td.TdClassName
{
border-color: #574D8B;
}
.TagClassName
{
border-color: #574D8B;
}
</style>