Shades of Victoria #574A8C
Tints of Victoria #574A8C
RGB
CMYK
RGB Variations
Color information
#574A8C (or 0x574A8C) is known color: Victoria. HEX triplet: 57, 4A and 8C. RGB value is (87,74,140). Sum of RGB (Red+Green+Blue) = 87+74+140=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #574A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574A8C is #A8B573. Grayscale: #555555. Windows color (decimal): -11056500 or 9194071. OLE color: 9194071.
HSL color Cylindrical-coordinate representation of color #574A8C: hue angle of 251.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #574A8C is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 74 | 140 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.45 |
| HSL | 251.82º | 0.31% | 0.42% | - |
| HSV(B) | 251.82º | 0.47% | 0.55% | - |
| XYZ | 11.11 | 8.82 | 25.93 | - |
| YUV | 85.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 140 | 0.38 | 0.47 | 0 | 0.45 | 251.82 | 0.31 | 0.42 |
| Hex | 57 | 4A | 8C | 26 | 2F | 0 | 2D | FC | 1F | 2A |
| Octal | 127 | 112 | 214 | 46 | 57 | 0 | 55 | 374 | 37 | 52 |
| Binary | 1010111 | 1001010 | 10001100 | 100110 | 101111 | 0 | 101101 | 11111100 | 11111 | 101010 |
Color Harmonies of #574A8C
Complementary color
Monochromatic Colors of #574A8C
Black with #574A8C
Text Example
Text Example
White with #574A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A8C; }
p { color: rgb(87,74,140); }
H1.HeaderClassName
{
color: #574A8C;
}
.AnyTagClassName
{
color: #574A8C;
}
</style>
background-color css
<style>
a { background-color: #574A8C; }
a { background-color: rgb(87,74,140); }
div.DivClassName
{
background-color: #574A8C;
}
.BgClassName
{
background-color: #574A8C;
}
</style>
border-color css
<style>
span { border-color: #574A8C; }
span { border-color: rgb(87,74,140); }
td.TdClassName
{
border-color: #574A8C;
}
.TagClassName
{
border-color: #574A8C;
}
</style>