Shades of Victoria #565180
Tints of Victoria #565180
RGB
CMYK
RGB Variations
Color information
#565180 (or 0x565180) is known color: Victoria. HEX triplet: 56, 51 and 80. RGB value is (86,81,128). Sum of RGB (Red+Green+Blue) = 86+81+128=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #565180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565180 is #A9AE7F. Grayscale: #575757. Windows color (decimal): -11120256 or 8409430. OLE color: 8409430.
HSL color Cylindrical-coordinate representation of color #565180: hue angle of 246.38º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #565180 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 81 | 128 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.50 |
| HSL | 246.38º | 0.22% | 0.41% | - |
| HSV(B) | 246.38º | 0.37% | 0.5% | - |
| XYZ | 10.68 | 9.42 | 21.68 | - |
| YUV | 87.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 128 | 0.33 | 0.37 | 0 | 0.50 | 246.38 | 0.22 | 0.41 |
| Hex | 56 | 51 | 80 | 21 | 25 | 0 | 32 | F6 | 16 | 29 |
| Octal | 126 | 121 | 200 | 41 | 45 | 0 | 62 | 366 | 26 | 51 |
| Binary | 1010110 | 1010001 | 10000000 | 100001 | 100101 | 0 | 110010 | 11110110 | 10110 | 101001 |
Color Harmonies of #565180
Complementary color
Monochromatic Colors of #565180
Black with #565180
Text Example
Text Example
White with #565180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565180; }
p { color: rgb(86,81,128); }
H1.HeaderClassName
{
color: #565180;
}
.AnyTagClassName
{
color: #565180;
}
</style>
background-color css
<style>
a { background-color: #565180; }
a { background-color: rgb(86,81,128); }
div.DivClassName
{
background-color: #565180;
}
.BgClassName
{
background-color: #565180;
}
</style>
border-color css
<style>
span { border-color: #565180; }
span { border-color: rgb(86,81,128); }
td.TdClassName
{
border-color: #565180;
}
.TagClassName
{
border-color: #565180;
}
</style>