Shades of Victoria #56547A
Tints of Victoria #56547A
RGB
CMYK
RGB Variations
Color information
#56547A (or 0x56547A) is known color: Victoria. HEX triplet: 56, 54 and 7A. RGB value is (86,84,122). Sum of RGB (Red+Green+Blue) = 86+84+122=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #56547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56547A is #A9AB85. Grayscale: #585858. Windows color (decimal): -11119494 or 8016982. OLE color: 8016982.
HSL color Cylindrical-coordinate representation of color #56547A: hue angle of 243.16º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56547A is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 84 | 122 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.52 |
| HSL | 243.16º | 0.18% | 0.4% | - |
| HSV(B) | 243.16º | 0.31% | 0.48% | - |
| XYZ | 10.52 | 9.72 | 19.73 | - |
| YUV | 88.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 122 | 0.30 | 0.31 | 0 | 0.52 | 243.16 | 0.18 | 0.4 |
| Hex | 56 | 54 | 7A | 1E | 1F | 0 | 34 | F3 | 12 | 28 |
| Octal | 126 | 124 | 172 | 36 | 37 | 0 | 64 | 363 | 22 | 50 |
| Binary | 1010110 | 1010100 | 1111010 | 11110 | 11111 | 0 | 110100 | 11110011 | 10010 | 101000 |
Color Harmonies of #56547A
Complementary color
Monochromatic Colors of #56547A
Black with #56547A
Text Example
Text Example
White with #56547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56547A; }
p { color: rgb(86,84,122); }
H1.HeaderClassName
{
color: #56547A;
}
.AnyTagClassName
{
color: #56547A;
}
</style>
background-color css
<style>
a { background-color: #56547A; }
a { background-color: rgb(86,84,122); }
div.DivClassName
{
background-color: #56547A;
}
.BgClassName
{
background-color: #56547A;
}
</style>
border-color css
<style>
span { border-color: #56547A; }
span { border-color: rgb(86,84,122); }
td.TdClassName
{
border-color: #56547A;
}
.TagClassName
{
border-color: #56547A;
}
</style>