Shades of Blue Gem #56469A
Tints of Blue Gem #56469A
RGB
CMYK
RGB Variations
Color information
#56469A (or 0x56469A) is known color: Blue Gem. HEX triplet: 56, 46 and 9A. RGB value is (86,70,154). Sum of RGB (Red+Green+Blue) = 86+70+154=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #56469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56469A is #A9B965. Grayscale: #545454. Windows color (decimal): -11123046 or 10110550. OLE color: 10110550.
HSL color Cylindrical-coordinate representation of color #56469A: hue angle of 251.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56469A is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 70 | 154 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.40 |
| HSL | 251.43º | 0.38% | 0.44% | - |
| HSV(B) | 251.43º | 0.55% | 0.6% | - |
| XYZ | 11.86 | 8.69 | 31.62 | - |
| YUV | 84.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 154 | 0.44 | 0.55 | 0 | 0.40 | 251.43 | 0.38 | 0.44 |
| Hex | 56 | 46 | 9A | 2C | 37 | 0 | 28 | FB | 26 | 2C |
| Octal | 126 | 106 | 232 | 54 | 67 | 0 | 50 | 373 | 46 | 54 |
| Binary | 1010110 | 1000110 | 10011010 | 101100 | 110111 | 0 | 101000 | 11111011 | 100110 | 101100 |
Color Harmonies of #56469A
Complementary color
Monochromatic Colors of #56469A
Black with #56469A
Text Example
Text Example
White with #56469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56469A; }
p { color: rgb(86,70,154); }
H1.HeaderClassName
{
color: #56469A;
}
.AnyTagClassName
{
color: #56469A;
}
</style>
background-color css
<style>
a { background-color: #56469A; }
a { background-color: rgb(86,70,154); }
div.DivClassName
{
background-color: #56469A;
}
.BgClassName
{
background-color: #56469A;
}
</style>
border-color css
<style>
span { border-color: #56469A; }
span { border-color: rgb(86,70,154); }
td.TdClassName
{
border-color: #56469A;
}
.TagClassName
{
border-color: #56469A;
}
</style>