Shades of Blue Diamond #561D73
Tints of Blue Diamond #561D73
RGB
CMYK
RGB Variations
Color information
#561D73 (or 0x561D73) is known color: Blue Diamond. HEX triplet: 56, 1D and 73. RGB value is (86,29,115). Sum of RGB (Red+Green+Blue) = 86+29+115=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #561D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D73 is #A9E28C. Grayscale: #373737. Windows color (decimal): -11133581 or 7544150. OLE color: 7544150.
HSL color Cylindrical-coordinate representation of color #561D73: hue angle of 279.77º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561D73 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 29 | 115 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.55 |
| HSL | 279.77º | 0.6% | 0.28% | - |
| HSV(B) | 279.77º | 0.75% | 0.45% | - |
| XYZ | 7.37 | 4.09 | 16.62 | - |
| YUV | 55.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 115 | 0.25 | 0.75 | 0 | 0.55 | 279.77 | 0.6 | 0.28 |
| Hex | 56 | 1D | 73 | 19 | 4B | 0 | 37 | 118 | 3C | 1C |
| Octal | 126 | 35 | 163 | 31 | 113 | 0 | 67 | 430 | 74 | 34 |
| Binary | 1010110 | 11101 | 1110011 | 11001 | 1001011 | 0 | 110111 | 100011000 | 111100 | 11100 |
Color Harmonies of #561D73
Complementary color
Monochromatic Colors of #561D73
Black with #561D73
Text Example
Text Example
White with #561D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D73; }
p { color: rgb(86,29,115); }
H1.HeaderClassName
{
color: #561D73;
}
.AnyTagClassName
{
color: #561D73;
}
</style>
background-color css
<style>
a { background-color: #561D73; }
a { background-color: rgb(86,29,115); }
div.DivClassName
{
background-color: #561D73;
}
.BgClassName
{
background-color: #561D73;
}
</style>
border-color css
<style>
span { border-color: #561D73; }
span { border-color: rgb(86,29,115); }
td.TdClassName
{
border-color: #561D73;
}
.TagClassName
{
border-color: #561D73;
}
</style>