Shades of Victoria #57508F
Tints of Victoria #57508F
RGB
CMYK
RGB Variations
Color information
#57508F (or 0x57508F) is known color: Victoria. HEX triplet: 57, 50 and 8F. RGB value is (87,80,143). Sum of RGB (Red+Green+Blue) = 87+80+143=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #57508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57508F is #A8AF70. Grayscale: #595959. Windows color (decimal): -11054961 or 9392215. OLE color: 9392215.
HSL color Cylindrical-coordinate representation of color #57508F: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57508F is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 80 | 143 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.44 |
| HSL | 246.67º | 0.28% | 0.44% | - |
| HSV(B) | 246.67º | 0.44% | 0.56% | - |
| XYZ | 11.76 | 9.75 | 27.25 | - |
| YUV | 89.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 143 | 0.39 | 0.44 | 0 | 0.44 | 246.67 | 0.28 | 0.44 |
| Hex | 57 | 50 | 8F | 27 | 2C | 0 | 2C | F7 | 1C | 2C |
| Octal | 127 | 120 | 217 | 47 | 54 | 0 | 54 | 367 | 34 | 54 |
| Binary | 1010111 | 1010000 | 10001111 | 100111 | 101100 | 0 | 101100 | 11110111 | 11100 | 101100 |
Color Harmonies of #57508F
Complementary color
Monochromatic Colors of #57508F
Black with #57508F
Text Example
Text Example
White with #57508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57508F; }
p { color: rgb(87,80,143); }
H1.HeaderClassName
{
color: #57508F;
}
.AnyTagClassName
{
color: #57508F;
}
</style>
background-color css
<style>
a { background-color: #57508F; }
a { background-color: rgb(87,80,143); }
div.DivClassName
{
background-color: #57508F;
}
.BgClassName
{
background-color: #57508F;
}
</style>
border-color css
<style>
span { border-color: #57508F; }
span { border-color: rgb(87,80,143); }
td.TdClassName
{
border-color: #57508F;
}
.TagClassName
{
border-color: #57508F;
}
</style>