Shades of Victoria #564B8B
Tints of Victoria #564B8B
RGB
CMYK
RGB Variations
Color information
#564B8B (or 0x564B8B) is known color: Victoria. HEX triplet: 56, 4B and 8B. RGB value is (86,75,139). Sum of RGB (Red+Green+Blue) = 86+75+139=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #564B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564B8B is #A9B474. Grayscale: #555555. Windows color (decimal): -11121781 or 9128790. OLE color: 9128790.
HSL color Cylindrical-coordinate representation of color #564B8B: hue angle of 250.31º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #564B8B is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 75 | 139 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.45 |
| HSL | 250.31º | 0.3% | 0.42% | - |
| HSV(B) | 250.31º | 0.46% | 0.55% | - |
| XYZ | 11.01 | 8.87 | 25.56 | - |
| YUV | 85.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 139 | 0.38 | 0.46 | 0 | 0.45 | 250.31 | 0.3 | 0.42 |
| Hex | 56 | 4B | 8B | 26 | 2E | 0 | 2D | FA | 1E | 2A |
| Octal | 126 | 113 | 213 | 46 | 56 | 0 | 55 | 372 | 36 | 52 |
| Binary | 1010110 | 1001011 | 10001011 | 100110 | 101110 | 0 | 101101 | 11111010 | 11110 | 101010 |
Color Harmonies of #564B8B
Complementary color
Monochromatic Colors of #564B8B
Black with #564B8B
Text Example
Text Example
White with #564B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B8B; }
p { color: rgb(86,75,139); }
H1.HeaderClassName
{
color: #564B8B;
}
.AnyTagClassName
{
color: #564B8B;
}
</style>
background-color css
<style>
a { background-color: #564B8B; }
a { background-color: rgb(86,75,139); }
div.DivClassName
{
background-color: #564B8B;
}
.BgClassName
{
background-color: #564B8B;
}
</style>
border-color css
<style>
span { border-color: #564B8B; }
span { border-color: rgb(86,75,139); }
td.TdClassName
{
border-color: #564B8B;
}
.TagClassName
{
border-color: #564B8B;
}
</style>