Shades of Victoria #565488
Tints of Victoria #565488
RGB
CMYK
RGB Variations
Color information
#565488 (or 0x565488) is known color: Victoria. HEX triplet: 56, 54 and 88. RGB value is (86,84,136). Sum of RGB (Red+Green+Blue) = 86+84+136=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #565488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565488 is #A9AB77. Grayscale: #5A5A5A. Windows color (decimal): -11119480 or 8934486. OLE color: 8934486.
HSL color Cylindrical-coordinate representation of color #565488: hue angle of 242.31º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #565488 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 84 | 136 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.47 |
| HSL | 242.31º | 0.24% | 0.43% | - |
| HSV(B) | 242.31º | 0.38% | 0.53% | - |
| XYZ | 11.45 | 10.1 | 24.64 | - |
| YUV | 90.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 136 | 0.37 | 0.38 | 0 | 0.47 | 242.31 | 0.24 | 0.43 |
| Hex | 56 | 54 | 88 | 25 | 26 | 0 | 2F | F2 | 18 | 2B |
| Octal | 126 | 124 | 210 | 45 | 46 | 0 | 57 | 362 | 30 | 53 |
| Binary | 1010110 | 1010100 | 10001000 | 100101 | 100110 | 0 | 101111 | 11110010 | 11000 | 101011 |
Color Harmonies of #565488
Complementary color
Monochromatic Colors of #565488
Black with #565488
Text Example
Text Example
White with #565488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565488; }
p { color: rgb(86,84,136); }
H1.HeaderClassName
{
color: #565488;
}
.AnyTagClassName
{
color: #565488;
}
</style>
background-color css
<style>
a { background-color: #565488; }
a { background-color: rgb(86,84,136); }
div.DivClassName
{
background-color: #565488;
}
.BgClassName
{
background-color: #565488;
}
</style>
border-color css
<style>
span { border-color: #565488; }
span { border-color: rgb(86,84,136); }
td.TdClassName
{
border-color: #565488;
}
.TagClassName
{
border-color: #565488;
}
</style>