Shades of Victoria #565182
Tints of Victoria #565182
RGB
CMYK
RGB Variations
Color information
#565182 (or 0x565182) is known color: Victoria. HEX triplet: 56, 51 and 82. RGB value is (86,81,130). Sum of RGB (Red+Green+Blue) = 86+81+130=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #565182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565182 is #A9AE7D. Grayscale: #575757. Windows color (decimal): -11120254 or 8540502. OLE color: 8540502.
HSL color Cylindrical-coordinate representation of color #565182: hue angle of 246.12º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #565182 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 81 | 130 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.49 |
| HSL | 246.12º | 0.23% | 0.41% | - |
| HSV(B) | 246.12º | 0.38% | 0.51% | - |
| XYZ | 10.81 | 9.47 | 22.38 | - |
| YUV | 88.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 130 | 0.34 | 0.38 | 0 | 0.49 | 246.12 | 0.23 | 0.41 |
| Hex | 56 | 51 | 82 | 22 | 26 | 0 | 31 | F6 | 17 | 29 |
| Octal | 126 | 121 | 202 | 42 | 46 | 0 | 61 | 366 | 27 | 51 |
| Binary | 1010110 | 1010001 | 10000010 | 100010 | 100110 | 0 | 110001 | 11110110 | 10111 | 101001 |
Color Harmonies of #565182
Complementary color
Monochromatic Colors of #565182
Black with #565182
Text Example
Text Example
White with #565182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565182; }
p { color: rgb(86,81,130); }
H1.HeaderClassName
{
color: #565182;
}
.AnyTagClassName
{
color: #565182;
}
</style>
background-color css
<style>
a { background-color: #565182; }
a { background-color: rgb(86,81,130); }
div.DivClassName
{
background-color: #565182;
}
.BgClassName
{
background-color: #565182;
}
</style>
border-color css
<style>
span { border-color: #565182; }
span { border-color: rgb(86,81,130); }
td.TdClassName
{
border-color: #565182;
}
.TagClassName
{
border-color: #565182;
}
</style>