Shades of Victoria #565385
Tints of Victoria #565385
RGB
CMYK
RGB Variations
Color information
#565385 (or 0x565385) is known color: Victoria. HEX triplet: 56, 53 and 85. RGB value is (86,83,133). Sum of RGB (Red+Green+Blue) = 86+83+133=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #565385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565385 is #A9AC7A. Grayscale: #595959. Windows color (decimal): -11119739 or 8737622. OLE color: 8737622.
HSL color Cylindrical-coordinate representation of color #565385: hue angle of 243.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #565385 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 83 | 133 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.48 |
| HSL | 243.6º | 0.23% | 0.42% | - |
| HSV(B) | 243.6º | 0.38% | 0.52% | - |
| XYZ | 11.16 | 9.86 | 23.5 | - |
| YUV | 89.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 133 | 0.35 | 0.38 | 0 | 0.48 | 243.6 | 0.23 | 0.42 |
| Hex | 56 | 53 | 85 | 23 | 26 | 0 | 30 | F4 | 17 | 2A |
| Octal | 126 | 123 | 205 | 43 | 46 | 0 | 60 | 364 | 27 | 52 |
| Binary | 1010110 | 1010011 | 10000101 | 100011 | 100110 | 0 | 110000 | 11110100 | 10111 | 101010 |
Color Harmonies of #565385
Complementary color
Monochromatic Colors of #565385
Black with #565385
Text Example
Text Example
White with #565385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565385; }
p { color: rgb(86,83,133); }
H1.HeaderClassName
{
color: #565385;
}
.AnyTagClassName
{
color: #565385;
}
</style>
background-color css
<style>
a { background-color: #565385; }
a { background-color: rgb(86,83,133); }
div.DivClassName
{
background-color: #565385;
}
.BgClassName
{
background-color: #565385;
}
</style>
border-color css
<style>
span { border-color: #565385; }
span { border-color: rgb(86,83,133); }
td.TdClassName
{
border-color: #565385;
}
.TagClassName
{
border-color: #565385;
}
</style>