Shades of Victoria #57528B
Tints of Victoria #57528B
RGB
CMYK
RGB Variations
Color information
#57528B (or 0x57528B) is known color: Victoria. HEX triplet: 57, 52 and 8B. RGB value is (87,82,139). Sum of RGB (Red+Green+Blue) = 87+82+139=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #57528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57528B is #A8AD74. Grayscale: #595959. Windows color (decimal): -11054453 or 9130583. OLE color: 9130583.
HSL color Cylindrical-coordinate representation of color #57528B: hue angle of 245.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57528B is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 82 | 139 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.45 |
| HSL | 245.26º | 0.26% | 0.43% | - |
| HSV(B) | 245.26º | 0.41% | 0.55% | - |
| XYZ | 11.61 | 9.92 | 25.73 | - |
| YUV | 89.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 139 | 0.37 | 0.41 | 0 | 0.45 | 245.26 | 0.26 | 0.43 |
| Hex | 57 | 52 | 8B | 25 | 29 | 0 | 2D | F5 | 1A | 2B |
| Octal | 127 | 122 | 213 | 45 | 51 | 0 | 55 | 365 | 32 | 53 |
| Binary | 1010111 | 1010010 | 10001011 | 100101 | 101001 | 0 | 101101 | 11110101 | 11010 | 101011 |
Color Harmonies of #57528B
Complementary color
Monochromatic Colors of #57528B
Black with #57528B
Text Example
Text Example
White with #57528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57528B; }
p { color: rgb(87,82,139); }
H1.HeaderClassName
{
color: #57528B;
}
.AnyTagClassName
{
color: #57528B;
}
</style>
background-color css
<style>
a { background-color: #57528B; }
a { background-color: rgb(87,82,139); }
div.DivClassName
{
background-color: #57528B;
}
.BgClassName
{
background-color: #57528B;
}
</style>
border-color css
<style>
span { border-color: #57528B; }
span { border-color: rgb(87,82,139); }
td.TdClassName
{
border-color: #57528B;
}
.TagClassName
{
border-color: #57528B;
}
</style>