Shades of Victoria #575289
Tints of Victoria #575289
RGB
CMYK
RGB Variations
Color information
#575289 (or 0x575289) is known color: Victoria. HEX triplet: 57, 52 and 89. RGB value is (87,82,137). Sum of RGB (Red+Green+Blue) = 87+82+137=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #575289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575289 is #A8AD76. Grayscale: #595959. Windows color (decimal): -11054455 or 8999511. OLE color: 8999511.
HSL color Cylindrical-coordinate representation of color #575289: hue angle of 245.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575289 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 82 | 137 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.46 |
| HSL | 245.45º | 0.25% | 0.43% | - |
| HSV(B) | 245.45º | 0.4% | 0.54% | - |
| XYZ | 11.46 | 9.87 | 24.97 | - |
| YUV | 89.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 137 | 0.36 | 0.40 | 0 | 0.46 | 245.45 | 0.25 | 0.43 |
| Hex | 57 | 52 | 89 | 24 | 28 | 0 | 2E | F5 | 19 | 2B |
| Octal | 127 | 122 | 211 | 44 | 50 | 0 | 56 | 365 | 31 | 53 |
| Binary | 1010111 | 1010010 | 10001001 | 100100 | 101000 | 0 | 101110 | 11110101 | 11001 | 101011 |
Color Harmonies of #575289
Complementary color
Monochromatic Colors of #575289
Black with #575289
Text Example
Text Example
White with #575289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575289; }
p { color: rgb(87,82,137); }
H1.HeaderClassName
{
color: #575289;
}
.AnyTagClassName
{
color: #575289;
}
</style>
background-color css
<style>
a { background-color: #575289; }
a { background-color: rgb(87,82,137); }
div.DivClassName
{
background-color: #575289;
}
.BgClassName
{
background-color: #575289;
}
</style>
border-color css
<style>
span { border-color: #575289; }
span { border-color: rgb(87,82,137); }
td.TdClassName
{
border-color: #575289;
}
.TagClassName
{
border-color: #575289;
}
</style>