Shades of Victoria #56547D
Tints of Victoria #56547D
RGB
CMYK
RGB Variations
Color information
#56547D (or 0x56547D) is known color: Victoria. HEX triplet: 56, 54 and 7D. RGB value is (86,84,125). Sum of RGB (Red+Green+Blue) = 86+84+125=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #56547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56547D is #A9AB82. Grayscale: #595959. Windows color (decimal): -11119491 or 8213590. OLE color: 8213590.
HSL color Cylindrical-coordinate representation of color #56547D: hue angle of 242.93º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56547D is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 84 | 125 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.51 |
| HSL | 242.93º | 0.2% | 0.41% | - |
| HSV(B) | 242.93º | 0.33% | 0.49% | - |
| XYZ | 10.71 | 9.8 | 20.73 | - |
| YUV | 89.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 125 | 0.31 | 0.33 | 0 | 0.51 | 242.93 | 0.2 | 0.41 |
| Hex | 56 | 54 | 7D | 1F | 21 | 0 | 33 | F3 | 14 | 29 |
| Octal | 126 | 124 | 175 | 37 | 41 | 0 | 63 | 363 | 24 | 51 |
| Binary | 1010110 | 1010100 | 1111101 | 11111 | 100001 | 0 | 110011 | 11110011 | 10100 | 101001 |
Color Harmonies of #56547D
Complementary color
Monochromatic Colors of #56547D
Black with #56547D
Text Example
Text Example
White with #56547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56547D; }
p { color: rgb(86,84,125); }
H1.HeaderClassName
{
color: #56547D;
}
.AnyTagClassName
{
color: #56547D;
}
</style>
background-color css
<style>
a { background-color: #56547D; }
a { background-color: rgb(86,84,125); }
div.DivClassName
{
background-color: #56547D;
}
.BgClassName
{
background-color: #56547D;
}
</style>
border-color css
<style>
span { border-color: #56547D; }
span { border-color: rgb(86,84,125); }
td.TdClassName
{
border-color: #56547D;
}
.TagClassName
{
border-color: #56547D;
}
</style>