Shades of Victoria #564C7F
Tints of Victoria #564C7F
RGB
CMYK
RGB Variations
Color information
#564C7F (or 0x564C7F) is known color: Victoria. HEX triplet: 56, 4C and 7F. RGB value is (86,76,127). Sum of RGB (Red+Green+Blue) = 86+76+127=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #564C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C7F is #A9B380. Grayscale: #545454. Windows color (decimal): -11121537 or 8342614. OLE color: 8342614.
HSL color Cylindrical-coordinate representation of color #564C7F: hue angle of 251.76º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564C7F is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 76 | 127 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.50 |
| HSL | 251.76º | 0.25% | 0.4% | - |
| HSV(B) | 251.76º | 0.4% | 0.5% | - |
| XYZ | 10.25 | 8.68 | 21.21 | - |
| YUV | 84.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 127 | 0.32 | 0.40 | 0 | 0.50 | 251.76 | 0.25 | 0.4 |
| Hex | 56 | 4C | 7F | 20 | 28 | 0 | 32 | FC | 19 | 28 |
| Octal | 126 | 114 | 177 | 40 | 50 | 0 | 62 | 374 | 31 | 50 |
| Binary | 1010110 | 1001100 | 1111111 | 100000 | 101000 | 0 | 110010 | 11111100 | 11001 | 101000 |
Color Harmonies of #564C7F
Complementary color
Monochromatic Colors of #564C7F
Black with #564C7F
Text Example
Text Example
White with #564C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C7F; }
p { color: rgb(86,76,127); }
H1.HeaderClassName
{
color: #564C7F;
}
.AnyTagClassName
{
color: #564C7F;
}
</style>
background-color css
<style>
a { background-color: #564C7F; }
a { background-color: rgb(86,76,127); }
div.DivClassName
{
background-color: #564C7F;
}
.BgClassName
{
background-color: #564C7F;
}
</style>
border-color css
<style>
span { border-color: #564C7F; }
span { border-color: rgb(86,76,127); }
td.TdClassName
{
border-color: #564C7F;
}
.TagClassName
{
border-color: #564C7F;
}
</style>