Shades of Victoria #57518C
Tints of Victoria #57518C
RGB
CMYK
RGB Variations
Color information
#57518C (or 0x57518C) is known color: Victoria. HEX triplet: 57, 51 and 8C. RGB value is (87,81,140). Sum of RGB (Red+Green+Blue) = 87+81+140=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #57518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57518C is #A8AE73. Grayscale: #595959. Windows color (decimal): -11054708 or 9195863. OLE color: 9195863.
HSL color Cylindrical-coordinate representation of color #57518C: hue angle of 246.1º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57518C is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 81 | 140 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.45 |
| HSL | 246.1º | 0.27% | 0.43% | - |
| HSV(B) | 246.1º | 0.42% | 0.55% | - |
| XYZ | 11.61 | 9.8 | 26.09 | - |
| YUV | 89.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 140 | 0.38 | 0.42 | 0 | 0.45 | 246.1 | 0.27 | 0.43 |
| Hex | 57 | 51 | 8C | 26 | 2A | 0 | 2D | F6 | 1B | 2B |
| Octal | 127 | 121 | 214 | 46 | 52 | 0 | 55 | 366 | 33 | 53 |
| Binary | 1010111 | 1010001 | 10001100 | 100110 | 101010 | 0 | 101101 | 11110110 | 11011 | 101011 |
Color Harmonies of #57518C
Complementary color
Monochromatic Colors of #57518C
Black with #57518C
Text Example
Text Example
White with #57518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57518C; }
p { color: rgb(87,81,140); }
H1.HeaderClassName
{
color: #57518C;
}
.AnyTagClassName
{
color: #57518C;
}
</style>
background-color css
<style>
a { background-color: #57518C; }
a { background-color: rgb(87,81,140); }
div.DivClassName
{
background-color: #57518C;
}
.BgClassName
{
background-color: #57518C;
}
</style>
border-color css
<style>
span { border-color: #57518C; }
span { border-color: rgb(87,81,140); }
td.TdClassName
{
border-color: #57518C;
}
.TagClassName
{
border-color: #57518C;
}
</style>