Shades of Victoria #564F8C
Tints of Victoria #564F8C
RGB
CMYK
RGB Variations
Color information
#564F8C (or 0x564F8C) is known color: Victoria. HEX triplet: 56, 4F and 8C. RGB value is (86,79,140). Sum of RGB (Red+Green+Blue) = 86+79+140=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #564F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564F8C is #A9B073. Grayscale: #575757. Windows color (decimal): -11120756 or 9195350. OLE color: 9195350.
HSL color Cylindrical-coordinate representation of color #564F8C: hue angle of 246.89º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564F8C is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 79 | 140 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.45 |
| HSL | 246.89º | 0.28% | 0.43% | - |
| HSV(B) | 246.89º | 0.44% | 0.55% | - |
| XYZ | 11.37 | 9.46 | 26.04 | - |
| YUV | 88.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 140 | 0.39 | 0.44 | 0 | 0.45 | 246.89 | 0.28 | 0.43 |
| Hex | 56 | 4F | 8C | 27 | 2C | 0 | 2D | F7 | 1C | 2B |
| Octal | 126 | 117 | 214 | 47 | 54 | 0 | 55 | 367 | 34 | 53 |
| Binary | 1010110 | 1001111 | 10001100 | 100111 | 101100 | 0 | 101101 | 11110111 | 11100 | 101011 |
Color Harmonies of #564F8C
Complementary color
Monochromatic Colors of #564F8C
Black with #564F8C
Text Example
Text Example
White with #564F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F8C; }
p { color: rgb(86,79,140); }
H1.HeaderClassName
{
color: #564F8C;
}
.AnyTagClassName
{
color: #564F8C;
}
</style>
background-color css
<style>
a { background-color: #564F8C; }
a { background-color: rgb(86,79,140); }
div.DivClassName
{
background-color: #564F8C;
}
.BgClassName
{
background-color: #564F8C;
}
</style>
border-color css
<style>
span { border-color: #564F8C; }
span { border-color: rgb(86,79,140); }
td.TdClassName
{
border-color: #564F8C;
}
.TagClassName
{
border-color: #564F8C;
}
</style>