Shades of Victoria #564F81
Tints of Victoria #564F81
RGB
CMYK
RGB Variations
Color information
#564F81 (or 0x564F81) is known color: Victoria. HEX triplet: 56, 4F and 81. RGB value is (86,79,129). Sum of RGB (Red+Green+Blue) = 86+79+129=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #564F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564F81 is #A9B07E. Grayscale: #565656. Windows color (decimal): -11120767 or 8474454. OLE color: 8474454.
HSL color Cylindrical-coordinate representation of color #564F81: hue angle of 248.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #564F81 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 79 | 129 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.49 |
| HSL | 248.4º | 0.24% | 0.41% | - |
| HSV(B) | 248.4º | 0.39% | 0.51% | - |
| XYZ | 10.6 | 9.16 | 21.98 | - |
| YUV | 86.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 129 | 0.33 | 0.39 | 0 | 0.49 | 248.4 | 0.24 | 0.41 |
| Hex | 56 | 4F | 81 | 21 | 27 | 0 | 31 | F8 | 18 | 29 |
| Octal | 126 | 117 | 201 | 41 | 47 | 0 | 61 | 370 | 30 | 51 |
| Binary | 1010110 | 1001111 | 10000001 | 100001 | 100111 | 0 | 110001 | 11111000 | 11000 | 101001 |
Color Harmonies of #564F81
Complementary color
Monochromatic Colors of #564F81
Black with #564F81
Text Example
Text Example
White with #564F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F81; }
p { color: rgb(86,79,129); }
H1.HeaderClassName
{
color: #564F81;
}
.AnyTagClassName
{
color: #564F81;
}
</style>
background-color css
<style>
a { background-color: #564F81; }
a { background-color: rgb(86,79,129); }
div.DivClassName
{
background-color: #564F81;
}
.BgClassName
{
background-color: #564F81;
}
</style>
border-color css
<style>
span { border-color: #564F81; }
span { border-color: rgb(86,79,129); }
td.TdClassName
{
border-color: #564F81;
}
.TagClassName
{
border-color: #564F81;
}
</style>