Shades of Blue Diamond #561C71
Tints of Blue Diamond #561C71
RGB
CMYK
RGB Variations
Color information
#561C71 (or 0x561C71) is known color: Blue Diamond. HEX triplet: 56, 1C and 71. RGB value is (86,28,113). Sum of RGB (Red+Green+Blue) = 86+28+113=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #561C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C71 is #A9E38E. Grayscale: #363636. Windows color (decimal): -11133839 or 7412822. OLE color: 7412822.
HSL color Cylindrical-coordinate representation of color #561C71: hue angle of 280.94º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561C71 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 28 | 113 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.56 |
| HSL | 280.94º | 0.6% | 0.28% | - |
| HSV(B) | 280.94º | 0.75% | 0.44% | - |
| XYZ | 7.23 | 4 | 16.01 | - |
| YUV | 55.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 113 | 0.24 | 0.75 | 0 | 0.56 | 280.94 | 0.6 | 0.28 |
| Hex | 56 | 1C | 71 | 18 | 4B | 0 | 38 | 119 | 3C | 1C |
| Octal | 126 | 34 | 161 | 30 | 113 | 0 | 70 | 431 | 74 | 34 |
| Binary | 1010110 | 11100 | 1110001 | 11000 | 1001011 | 0 | 111000 | 100011001 | 111100 | 11100 |
Color Harmonies of #561C71
Complementary color
Monochromatic Colors of #561C71
Black with #561C71
Text Example
Text Example
White with #561C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C71; }
p { color: rgb(86,28,113); }
H1.HeaderClassName
{
color: #561C71;
}
.AnyTagClassName
{
color: #561C71;
}
</style>
background-color css
<style>
a { background-color: #561C71; }
a { background-color: rgb(86,28,113); }
div.DivClassName
{
background-color: #561C71;
}
.BgClassName
{
background-color: #561C71;
}
</style>
border-color css
<style>
span { border-color: #561C71; }
span { border-color: rgb(86,28,113); }
td.TdClassName
{
border-color: #561C71;
}
.TagClassName
{
border-color: #561C71;
}
</style>