Shades of Victoria #57508C
Tints of Victoria #57508C
RGB
CMYK
RGB Variations
Color information
#57508C (or 0x57508C) is known color: Victoria. HEX triplet: 57, 50 and 8C. RGB value is (87,80,140). Sum of RGB (Red+Green+Blue) = 87+80+140=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #57508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57508C is #A8AF73. Grayscale: #585858. Windows color (decimal): -11054964 or 9195607. OLE color: 9195607.
HSL color Cylindrical-coordinate representation of color #57508C: hue angle of 247º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57508C is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 80 | 140 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.45 |
| HSL | 247º | 0.27% | 0.43% | - |
| HSV(B) | 247º | 0.43% | 0.55% | - |
| XYZ | 11.53 | 9.66 | 26.07 | - |
| YUV | 88.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 140 | 0.38 | 0.43 | 0 | 0.45 | 247 | 0.27 | 0.43 |
| Hex | 57 | 50 | 8C | 26 | 2B | 0 | 2D | F7 | 1B | 2B |
| Octal | 127 | 120 | 214 | 46 | 53 | 0 | 55 | 367 | 33 | 53 |
| Binary | 1010111 | 1010000 | 10001100 | 100110 | 101011 | 0 | 101101 | 11110111 | 11011 | 101011 |
Color Harmonies of #57508C
Complementary color
Monochromatic Colors of #57508C
Black with #57508C
Text Example
Text Example
White with #57508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57508C; }
p { color: rgb(87,80,140); }
H1.HeaderClassName
{
color: #57508C;
}
.AnyTagClassName
{
color: #57508C;
}
</style>
background-color css
<style>
a { background-color: #57508C; }
a { background-color: rgb(87,80,140); }
div.DivClassName
{
background-color: #57508C;
}
.BgClassName
{
background-color: #57508C;
}
</style>
border-color css
<style>
span { border-color: #57508C; }
span { border-color: rgb(87,80,140); }
td.TdClassName
{
border-color: #57508C;
}
.TagClassName
{
border-color: #57508C;
}
</style>