Shades of Victoria #564C82
Tints of Victoria #564C82
RGB
CMYK
RGB Variations
Color information
#564C82 (or 0x564C82) is known color: Victoria. HEX triplet: 56, 4C and 82. RGB value is (86,76,130). Sum of RGB (Red+Green+Blue) = 86+76+130=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #564C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564C82 is #A9B37D. Grayscale: #545454. Windows color (decimal): -11121534 or 8539222. OLE color: 8539222.
HSL color Cylindrical-coordinate representation of color #564C82: hue angle of 251.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #564C82 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 76 | 130 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.49 |
| HSL | 251.11º | 0.26% | 0.4% | - |
| HSV(B) | 251.11º | 0.42% | 0.51% | - |
| XYZ | 10.45 | 8.76 | 22.26 | - |
| YUV | 85.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 130 | 0.34 | 0.42 | 0 | 0.49 | 251.11 | 0.26 | 0.4 |
| Hex | 56 | 4C | 82 | 22 | 2A | 0 | 31 | FB | 1A | 28 |
| Octal | 126 | 114 | 202 | 42 | 52 | 0 | 61 | 373 | 32 | 50 |
| Binary | 1010110 | 1001100 | 10000010 | 100010 | 101010 | 0 | 110001 | 11111011 | 11010 | 101000 |
Color Harmonies of #564C82
Complementary color
Monochromatic Colors of #564C82
Black with #564C82
Text Example
Text Example
White with #564C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C82; }
p { color: rgb(86,76,130); }
H1.HeaderClassName
{
color: #564C82;
}
.AnyTagClassName
{
color: #564C82;
}
</style>
background-color css
<style>
a { background-color: #564C82; }
a { background-color: rgb(86,76,130); }
div.DivClassName
{
background-color: #564C82;
}
.BgClassName
{
background-color: #564C82;
}
</style>
border-color css
<style>
span { border-color: #564C82; }
span { border-color: rgb(86,76,130); }
td.TdClassName
{
border-color: #564C82;
}
.TagClassName
{
border-color: #564C82;
}
</style>