Shades of Victoria #564884
Tints of Victoria #564884
RGB
CMYK
RGB Variations
Color information
#564884 (or 0x564884) is known color: Victoria. HEX triplet: 56, 48 and 84. RGB value is (86,72,132). Sum of RGB (Red+Green+Blue) = 86+72+132=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #564884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564884 is #A9B77B. Grayscale: #525252. Windows color (decimal): -11122556 or 8669270. OLE color: 8669270.
HSL color Cylindrical-coordinate representation of color #564884: hue angle of 254º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #564884 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 72 | 132 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.48 |
| HSL | 254º | 0.29% | 0.4% | - |
| HSV(B) | 254º | 0.45% | 0.52% | - |
| XYZ | 10.32 | 8.28 | 22.88 | - |
| YUV | 83.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 132 | 0.35 | 0.45 | 0 | 0.48 | 254 | 0.29 | 0.4 |
| Hex | 56 | 48 | 84 | 23 | 2D | 0 | 30 | FE | 1D | 28 |
| Octal | 126 | 110 | 204 | 43 | 55 | 0 | 60 | 376 | 35 | 50 |
| Binary | 1010110 | 1001000 | 10000100 | 100011 | 101101 | 0 | 110000 | 11111110 | 11101 | 101000 |
Color Harmonies of #564884
Complementary color
Monochromatic Colors of #564884
Black with #564884
Text Example
Text Example
White with #564884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564884; }
p { color: rgb(86,72,132); }
H1.HeaderClassName
{
color: #564884;
}
.AnyTagClassName
{
color: #564884;
}
</style>
background-color css
<style>
a { background-color: #564884; }
a { background-color: rgb(86,72,132); }
div.DivClassName
{
background-color: #564884;
}
.BgClassName
{
background-color: #564884;
}
</style>
border-color css
<style>
span { border-color: #564884; }
span { border-color: rgb(86,72,132); }
td.TdClassName
{
border-color: #564884;
}
.TagClassName
{
border-color: #564884;
}
</style>