Shades of Victoria #565189
Tints of Victoria #565189
RGB
CMYK
RGB Variations
Color information
#565189 (or 0x565189) is known color: Victoria. HEX triplet: 56, 51 and 89. RGB value is (86,81,137). Sum of RGB (Red+Green+Blue) = 86+81+137=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #565189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565189 is #A9AE76. Grayscale: #585858. Windows color (decimal): -11120247 or 8999254. OLE color: 8999254.
HSL color Cylindrical-coordinate representation of color #565189: hue angle of 245.36º 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 #565189 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 81 | 137 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.46 |
| HSL | 245.36º | 0.26% | 0.43% | - |
| HSV(B) | 245.36º | 0.41% | 0.54% | - |
| XYZ | 11.3 | 9.67 | 24.94 | - |
| YUV | 88.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 137 | 0.37 | 0.41 | 0 | 0.46 | 245.36 | 0.26 | 0.43 |
| Hex | 56 | 51 | 89 | 25 | 29 | 0 | 2E | F5 | 1A | 2B |
| Octal | 126 | 121 | 211 | 45 | 51 | 0 | 56 | 365 | 32 | 53 |
| Binary | 1010110 | 1010001 | 10001001 | 100101 | 101001 | 0 | 101110 | 11110101 | 11010 | 101011 |
Color Harmonies of #565189
Complementary color
Monochromatic Colors of #565189
Black with #565189
Text Example
Text Example
White with #565189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565189; }
p { color: rgb(86,81,137); }
H1.HeaderClassName
{
color: #565189;
}
.AnyTagClassName
{
color: #565189;
}
</style>
background-color css
<style>
a { background-color: #565189; }
a { background-color: rgb(86,81,137); }
div.DivClassName
{
background-color: #565189;
}
.BgClassName
{
background-color: #565189;
}
</style>
border-color css
<style>
span { border-color: #565189; }
span { border-color: rgb(86,81,137); }
td.TdClassName
{
border-color: #565189;
}
.TagClassName
{
border-color: #565189;
}
</style>