Shades of Victoria #565379
Tints of Victoria #565379
RGB
CMYK
RGB Variations
Color information
#565379 (or 0x565379) is known color: Victoria. HEX triplet: 56, 53 and 79. RGB value is (86,83,121). Sum of RGB (Red+Green+Blue) = 86+83+121=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #565379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565379 is #A9AC86. Grayscale: #585858. Windows color (decimal): -11119751 or 7951190. OLE color: 7951190.
HSL color Cylindrical-coordinate representation of color #565379: hue angle of 244.74º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #565379 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 83 | 121 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.53 |
| HSL | 244.74º | 0.19% | 0.4% | - |
| HSV(B) | 244.74º | 0.31% | 0.47% | - |
| XYZ | 10.38 | 9.55 | 19.38 | - |
| YUV | 88.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 121 | 0.29 | 0.31 | 0 | 0.53 | 244.74 | 0.19 | 0.4 |
| Hex | 56 | 53 | 79 | 1D | 1F | 0 | 35 | F5 | 13 | 28 |
| Octal | 126 | 123 | 171 | 35 | 37 | 0 | 65 | 365 | 23 | 50 |
| Binary | 1010110 | 1010011 | 1111001 | 11101 | 11111 | 0 | 110101 | 11110101 | 10011 | 101000 |
Color Harmonies of #565379
Complementary color
Monochromatic Colors of #565379
Black with #565379
Text Example
Text Example
White with #565379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565379; }
p { color: rgb(86,83,121); }
H1.HeaderClassName
{
color: #565379;
}
.AnyTagClassName
{
color: #565379;
}
</style>
background-color css
<style>
a { background-color: #565379; }
a { background-color: rgb(86,83,121); }
div.DivClassName
{
background-color: #565379;
}
.BgClassName
{
background-color: #565379;
}
</style>
border-color css
<style>
span { border-color: #565379; }
span { border-color: rgb(86,83,121); }
td.TdClassName
{
border-color: #565379;
}
.TagClassName
{
border-color: #565379;
}
</style>