Shades of Victoria #565489
Tints of Victoria #565489
RGB
CMYK
RGB Variations
Color information
#565489 (or 0x565489) is known color: Victoria. HEX triplet: 56, 54 and 89. RGB value is (86,84,137). Sum of RGB (Red+Green+Blue) = 86+84+137=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #565489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565489 is #A9AB76. Grayscale: #5A5A5A. Windows color (decimal): -11119479 or 9000022. OLE color: 9000022.
HSL color Cylindrical-coordinate representation of color #565489: hue angle of 242.26º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #565489 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 84 | 137 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.46 |
| HSL | 242.26º | 0.24% | 0.43% | - |
| HSV(B) | 242.26º | 0.39% | 0.54% | - |
| XYZ | 11.52 | 10.13 | 25.01 | - |
| YUV | 90.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 137 | 0.37 | 0.39 | 0 | 0.46 | 242.26 | 0.24 | 0.43 |
| Hex | 56 | 54 | 89 | 25 | 27 | 0 | 2E | F2 | 18 | 2B |
| Octal | 126 | 124 | 211 | 45 | 47 | 0 | 56 | 362 | 30 | 53 |
| Binary | 1010110 | 1010100 | 10001001 | 100101 | 100111 | 0 | 101110 | 11110010 | 11000 | 101011 |
Color Harmonies of #565489
Complementary color
Monochromatic Colors of #565489
Black with #565489
Text Example
Text Example
White with #565489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565489; }
p { color: rgb(86,84,137); }
H1.HeaderClassName
{
color: #565489;
}
.AnyTagClassName
{
color: #565489;
}
</style>
background-color css
<style>
a { background-color: #565489; }
a { background-color: rgb(86,84,137); }
div.DivClassName
{
background-color: #565489;
}
.BgClassName
{
background-color: #565489;
}
</style>
border-color css
<style>
span { border-color: #565489; }
span { border-color: rgb(86,84,137); }
td.TdClassName
{
border-color: #565489;
}
.TagClassName
{
border-color: #565489;
}
</style>