Shades of Victoria #575189
Tints of Victoria #575189
RGB
CMYK
RGB Variations
Color information
#575189 (or 0x575189) is known color: Victoria. HEX triplet: 57, 51 and 89. RGB value is (87,81,137). Sum of RGB (Red+Green+Blue) = 87+81+137=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #575189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575189 is #A8AE76. Grayscale: #585858. Windows color (decimal): -11054711 or 8999255. OLE color: 8999255.
HSL color Cylindrical-coordinate representation of color #575189: hue angle of 246.43º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #575189 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 81 | 137 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.46 |
| HSL | 246.43º | 0.26% | 0.43% | - |
| HSV(B) | 246.43º | 0.41% | 0.54% | - |
| XYZ | 11.39 | 9.72 | 24.94 | - |
| YUV | 89.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 137 | 0.36 | 0.41 | 0 | 0.46 | 246.43 | 0.26 | 0.43 |
| Hex | 57 | 51 | 89 | 24 | 29 | 0 | 2E | F6 | 1A | 2B |
| Octal | 127 | 121 | 211 | 44 | 51 | 0 | 56 | 366 | 32 | 53 |
| Binary | 1010111 | 1010001 | 10001001 | 100100 | 101001 | 0 | 101110 | 11110110 | 11010 | 101011 |
Color Harmonies of #575189
Complementary color
Monochromatic Colors of #575189
Black with #575189
Text Example
Text Example
White with #575189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575189; }
p { color: rgb(87,81,137); }
H1.HeaderClassName
{
color: #575189;
}
.AnyTagClassName
{
color: #575189;
}
</style>
background-color css
<style>
a { background-color: #575189; }
a { background-color: rgb(87,81,137); }
div.DivClassName
{
background-color: #575189;
}
.BgClassName
{
background-color: #575189;
}
</style>
border-color css
<style>
span { border-color: #575189; }
span { border-color: rgb(87,81,137); }
td.TdClassName
{
border-color: #575189;
}
.TagClassName
{
border-color: #575189;
}
</style>