Shades of Victoria #565178
Tints of Victoria #565178
RGB
CMYK
RGB Variations
Color information
#565178 (or 0x565178) is known color: Victoria. HEX triplet: 56, 51 and 78. RGB value is (86,81,120). Sum of RGB (Red+Green+Blue) = 86+81+120=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #565178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565178 is #A9AE87. Grayscale: #565656. Windows color (decimal): -11120264 or 7885142. OLE color: 7885142.
HSL color Cylindrical-coordinate representation of color #565178: hue angle of 247.69º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #565178 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 81 | 120 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.53 |
| HSL | 247.69º | 0.19% | 0.39% | - |
| HSV(B) | 247.69º | 0.33% | 0.47% | - |
| XYZ | 10.17 | 9.22 | 19.01 | - |
| YUV | 86.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 120 | 0.28 | 0.32 | 0 | 0.53 | 247.69 | 0.19 | 0.39 |
| Hex | 56 | 51 | 78 | 1C | 20 | 0 | 35 | F8 | 13 | 27 |
| Octal | 126 | 121 | 170 | 34 | 40 | 0 | 65 | 370 | 23 | 47 |
| Binary | 1010110 | 1010001 | 1111000 | 11100 | 100000 | 0 | 110101 | 11111000 | 10011 | 100111 |
Color Harmonies of #565178
Complementary color
Monochromatic Colors of #565178
Black with #565178
Text Example
Text Example
White with #565178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565178; }
p { color: rgb(86,81,120); }
H1.HeaderClassName
{
color: #565178;
}
.AnyTagClassName
{
color: #565178;
}
</style>
background-color css
<style>
a { background-color: #565178; }
a { background-color: rgb(86,81,120); }
div.DivClassName
{
background-color: #565178;
}
.BgClassName
{
background-color: #565178;
}
</style>
border-color css
<style>
span { border-color: #565178; }
span { border-color: rgb(86,81,120); }
td.TdClassName
{
border-color: #565178;
}
.TagClassName
{
border-color: #565178;
}
</style>