Shades of Victoria #57528D
Tints of Victoria #57528D
RGB
CMYK
RGB Variations
Color information
#57528D (or 0x57528D) is known color: Victoria. HEX triplet: 57, 52 and 8D. RGB value is (87,82,141). Sum of RGB (Red+Green+Blue) = 87+82+141=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #57528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57528D is #A8AD72. Grayscale: #595959. Windows color (decimal): -11054451 or 9261655. OLE color: 9261655.
HSL color Cylindrical-coordinate representation of color #57528D: hue angle of 245.08º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57528D is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 82 | 141 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.45 |
| HSL | 245.08º | 0.26% | 0.44% | - |
| HSV(B) | 245.08º | 0.42% | 0.55% | - |
| XYZ | 11.76 | 9.98 | 26.51 | - |
| YUV | 90.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 141 | 0.38 | 0.42 | 0 | 0.45 | 245.08 | 0.26 | 0.44 |
| Hex | 57 | 52 | 8D | 26 | 2A | 0 | 2D | F5 | 1A | 2C |
| Octal | 127 | 122 | 215 | 46 | 52 | 0 | 55 | 365 | 32 | 54 |
| Binary | 1010111 | 1010010 | 10001101 | 100110 | 101010 | 0 | 101101 | 11110101 | 11010 | 101100 |
Color Harmonies of #57528D
Complementary color
Monochromatic Colors of #57528D
Black with #57528D
Text Example
Text Example
White with #57528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57528D; }
p { color: rgb(87,82,141); }
H1.HeaderClassName
{
color: #57528D;
}
.AnyTagClassName
{
color: #57528D;
}
</style>
background-color css
<style>
a { background-color: #57528D; }
a { background-color: rgb(87,82,141); }
div.DivClassName
{
background-color: #57528D;
}
.BgClassName
{
background-color: #57528D;
}
</style>
border-color css
<style>
span { border-color: #57528D; }
span { border-color: rgb(87,82,141); }
td.TdClassName
{
border-color: #57528D;
}
.TagClassName
{
border-color: #57528D;
}
</style>