Shades of Victoria #574C8A
Tints of Victoria #574C8A
RGB
CMYK
RGB Variations
Color information
#574C8A (or 0x574C8A) is known color: Victoria. HEX triplet: 57, 4C and 8A. RGB value is (87,76,138). Sum of RGB (Red+Green+Blue) = 87+76+138=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #574C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C8A is #A8B375. Grayscale: #565656. Windows color (decimal): -11055990 or 9063511. OLE color: 9063511.
HSL color Cylindrical-coordinate representation of color #574C8A: hue angle of 250.65º 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 #574C8A is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 76 | 138 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.46 |
| HSL | 250.65º | 0.29% | 0.42% | - |
| HSV(B) | 250.65º | 0.45% | 0.54% | - |
| XYZ | 11.1 | 9.03 | 25.2 | - |
| YUV | 86.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 138 | 0.37 | 0.45 | 0 | 0.46 | 250.65 | 0.29 | 0.42 |
| Hex | 57 | 4C | 8A | 25 | 2D | 0 | 2E | FB | 1D | 2A |
| Octal | 127 | 114 | 212 | 45 | 55 | 0 | 56 | 373 | 35 | 52 |
| Binary | 1010111 | 1001100 | 10001010 | 100101 | 101101 | 0 | 101110 | 11111011 | 11101 | 101010 |
Color Harmonies of #574C8A
Complementary color
Monochromatic Colors of #574C8A
Black with #574C8A
Text Example
Text Example
White with #574C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574C8A; }
p { color: rgb(87,76,138); }
H1.HeaderClassName
{
color: #574C8A;
}
.AnyTagClassName
{
color: #574C8A;
}
</style>
background-color css
<style>
a { background-color: #574C8A; }
a { background-color: rgb(87,76,138); }
div.DivClassName
{
background-color: #574C8A;
}
.BgClassName
{
background-color: #574C8A;
}
</style>
border-color css
<style>
span { border-color: #574C8A; }
span { border-color: rgb(87,76,138); }
td.TdClassName
{
border-color: #574C8A;
}
.TagClassName
{
border-color: #574C8A;
}
</style>