Shades of Victoria #564982
Tints of Victoria #564982
RGB
CMYK
RGB Variations
Color information
#564982 (or 0x564982) is known color: Victoria. HEX triplet: 56, 49 and 82. RGB value is (86,73,130). Sum of RGB (Red+Green+Blue) = 86+73+130=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #564982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564982 is #A9B67D. Grayscale: #535353. Windows color (decimal): -11122302 or 8538454. OLE color: 8538454.
HSL color Cylindrical-coordinate representation of color #564982: hue angle of 253.68º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564982 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 73 | 130 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.49 |
| HSL | 253.68º | 0.28% | 0.4% | - |
| HSV(B) | 253.68º | 0.44% | 0.51% | - |
| XYZ | 10.25 | 8.36 | 22.19 | - |
| YUV | 83.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 130 | 0.34 | 0.44 | 0 | 0.49 | 253.68 | 0.28 | 0.4 |
| Hex | 56 | 49 | 82 | 22 | 2C | 0 | 31 | FE | 1C | 28 |
| Octal | 126 | 111 | 202 | 42 | 54 | 0 | 61 | 376 | 34 | 50 |
| Binary | 1010110 | 1001001 | 10000010 | 100010 | 101100 | 0 | 110001 | 11111110 | 11100 | 101000 |
Color Harmonies of #564982
Complementary color
Monochromatic Colors of #564982
Black with #564982
Text Example
Text Example
White with #564982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564982; }
p { color: rgb(86,73,130); }
H1.HeaderClassName
{
color: #564982;
}
.AnyTagClassName
{
color: #564982;
}
</style>
background-color css
<style>
a { background-color: #564982; }
a { background-color: rgb(86,73,130); }
div.DivClassName
{
background-color: #564982;
}
.BgClassName
{
background-color: #564982;
}
</style>
border-color css
<style>
span { border-color: #564982; }
span { border-color: rgb(86,73,130); }
td.TdClassName
{
border-color: #564982;
}
.TagClassName
{
border-color: #564982;
}
</style>