Shades of Victoria #565183
Tints of Victoria #565183
RGB
CMYK
RGB Variations
Color information
#565183 (or 0x565183) is known color: Victoria. HEX triplet: 56, 51 and 83. RGB value is (86,81,131). Sum of RGB (Red+Green+Blue) = 86+81+131=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #565183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565183 is #A9AE7C. Grayscale: #585858. Windows color (decimal): -11120253 or 8606038. OLE color: 8606038.
HSL color Cylindrical-coordinate representation of color #565183: hue angle of 246º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #565183 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 81 | 131 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.49 |
| HSL | 246º | 0.24% | 0.42% | - |
| HSV(B) | 246º | 0.38% | 0.51% | - |
| XYZ | 10.88 | 9.5 | 22.73 | - |
| YUV | 88.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 131 | 0.34 | 0.38 | 0 | 0.49 | 246 | 0.24 | 0.42 |
| Hex | 56 | 51 | 83 | 22 | 26 | 0 | 31 | F6 | 18 | 2A |
| Octal | 126 | 121 | 203 | 42 | 46 | 0 | 61 | 366 | 30 | 52 |
| Binary | 1010110 | 1010001 | 10000011 | 100010 | 100110 | 0 | 110001 | 11110110 | 11000 | 101010 |
Color Harmonies of #565183
Complementary color
Monochromatic Colors of #565183
Black with #565183
Text Example
Text Example
White with #565183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565183; }
p { color: rgb(86,81,131); }
H1.HeaderClassName
{
color: #565183;
}
.AnyTagClassName
{
color: #565183;
}
</style>
background-color css
<style>
a { background-color: #565183; }
a { background-color: rgb(86,81,131); }
div.DivClassName
{
background-color: #565183;
}
.BgClassName
{
background-color: #565183;
}
</style>
border-color css
<style>
span { border-color: #565183; }
span { border-color: rgb(86,81,131); }
td.TdClassName
{
border-color: #565183;
}
.TagClassName
{
border-color: #565183;
}
</style>