Shades of Victoria #57497B
Tints of Victoria #57497B
RGB
CMYK
RGB Variations
Color information
#57497B (or 0x57497B) is known color: Victoria. HEX triplet: 57, 49 and 7B. RGB value is (87,73,123). Sum of RGB (Red+Green+Blue) = 87+73+123=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #57497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57497B is #A8B684. Grayscale: #525252. Windows color (decimal): -11056773 or 8079703. OLE color: 8079703.
HSL color Cylindrical-coordinate representation of color #57497B: hue angle of 256.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57497B is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 73 | 123 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.52 |
| HSL | 256.8º | 0.26% | 0.38% | - |
| HSV(B) | 256.8º | 0.41% | 0.48% | - |
| XYZ | 9.89 | 8.22 | 19.8 | - |
| YUV | 82.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 123 | 0.29 | 0.41 | 0 | 0.52 | 256.8 | 0.26 | 0.38 |
| Hex | 57 | 49 | 7B | 1D | 29 | 0 | 34 | 101 | 1A | 26 |
| Octal | 127 | 111 | 173 | 35 | 51 | 0 | 64 | 401 | 32 | 46 |
| Binary | 1010111 | 1001001 | 1111011 | 11101 | 101001 | 0 | 110100 | 100000001 | 11010 | 100110 |
Color Harmonies of #57497B
Complementary color
Monochromatic Colors of #57497B
Black with #57497B
Text Example
Text Example
White with #57497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57497B; }
p { color: rgb(87,73,123); }
H1.HeaderClassName
{
color: #57497B;
}
.AnyTagClassName
{
color: #57497B;
}
</style>
background-color css
<style>
a { background-color: #57497B; }
a { background-color: rgb(87,73,123); }
div.DivClassName
{
background-color: #57497B;
}
.BgClassName
{
background-color: #57497B;
}
</style>
border-color css
<style>
span { border-color: #57497B; }
span { border-color: rgb(87,73,123); }
td.TdClassName
{
border-color: #57497B;
}
.TagClassName
{
border-color: #57497B;
}
</style>