Shades of Blue Diamond #562E73
Tints of Blue Diamond #562E73
RGB
CMYK
RGB Variations
Color information
#562E73 (or 0x562E73) is known color: Blue Diamond. HEX triplet: 56, 2E and 73. RGB value is (86,46,115). Sum of RGB (Red+Green+Blue) = 86+46+115=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #562E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562E73 is #A9D18C. Grayscale: #414141. Windows color (decimal): -11129229 or 7548502. OLE color: 7548502.
HSL color Cylindrical-coordinate representation of color #562E73: hue angle of 274.78º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #562E73 is Cyan = 0.25, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 46 | 115 | - |
| CMYK | 0.25 | 0.6 | 0 | 0.55 |
| HSL | 274.78º | 0.43% | 0.32% | - |
| HSV(B) | 274.78º | 0.6% | 0.45% | - |
| XYZ | 7.91 | 5.17 | 16.8 | - |
| YUV | 65.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 115 | 0.25 | 0.6 | 0 | 0.55 | 274.78 | 0.43 | 0.32 |
| Hex | 56 | 2E | 73 | 19 | 3C | 0 | 37 | 113 | 2B | 20 |
| Octal | 126 | 56 | 163 | 31 | 74 | 0 | 67 | 423 | 53 | 40 |
| Binary | 1010110 | 101110 | 1110011 | 11001 | 111100 | 0 | 110111 | 100010011 | 101011 | 100000 |
Color Harmonies of #562E73
Complementary color
Monochromatic Colors of #562E73
Black with #562E73
Text Example
Text Example
White with #562E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E73; }
p { color: rgb(86,46,115); }
H1.HeaderClassName
{
color: #562E73;
}
.AnyTagClassName
{
color: #562E73;
}
</style>
background-color css
<style>
a { background-color: #562E73; }
a { background-color: rgb(86,46,115); }
div.DivClassName
{
background-color: #562E73;
}
.BgClassName
{
background-color: #562E73;
}
</style>
border-color css
<style>
span { border-color: #562E73; }
span { border-color: rgb(86,46,115); }
td.TdClassName
{
border-color: #562E73;
}
.TagClassName
{
border-color: #562E73;
}
</style>