Shades of Victoria #575183
Tints of Victoria #575183
RGB
CMYK
RGB Variations
Color information
#575183 (or 0x575183) is known color: Victoria. HEX triplet: 57, 51 and 83. RGB value is (87,81,131). Sum of RGB (Red+Green+Blue) = 87+81+131=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #575183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575183 is #A8AE7C. Grayscale: #585858. Windows color (decimal): -11054717 or 8606039. OLE color: 8606039.
HSL color Cylindrical-coordinate representation of color #575183: hue angle of 247.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #575183 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 81 | 131 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.49 |
| HSL | 247.2º | 0.24% | 0.42% | - |
| HSV(B) | 247.2º | 0.38% | 0.51% | - |
| XYZ | 10.97 | 9.55 | 22.74 | - |
| YUV | 88.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 131 | 0.34 | 0.38 | 0 | 0.49 | 247.2 | 0.24 | 0.42 |
| Hex | 57 | 51 | 83 | 22 | 26 | 0 | 31 | F7 | 18 | 2A |
| Octal | 127 | 121 | 203 | 42 | 46 | 0 | 61 | 367 | 30 | 52 |
| Binary | 1010111 | 1010001 | 10000011 | 100010 | 100110 | 0 | 110001 | 11110111 | 11000 | 101010 |
Color Harmonies of #575183
Complementary color
Monochromatic Colors of #575183
Black with #575183
Text Example
Text Example
White with #575183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575183; }
p { color: rgb(87,81,131); }
H1.HeaderClassName
{
color: #575183;
}
.AnyTagClassName
{
color: #575183;
}
</style>
background-color css
<style>
a { background-color: #575183; }
a { background-color: rgb(87,81,131); }
div.DivClassName
{
background-color: #575183;
}
.BgClassName
{
background-color: #575183;
}
</style>
border-color css
<style>
span { border-color: #575183; }
span { border-color: rgb(87,81,131); }
td.TdClassName
{
border-color: #575183;
}
.TagClassName
{
border-color: #575183;
}
</style>