Shades of Blue Diamond #561C72
Tints of Blue Diamond #561C72
RGB
CMYK
RGB Variations
Color information
#561C72 (or 0x561C72) is known color: Blue Diamond. HEX triplet: 56, 1C and 72. RGB value is (86,28,114). Sum of RGB (Red+Green+Blue) = 86+28+114=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #561C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C72 is #A9E38D. Grayscale: #363636. Windows color (decimal): -11133838 or 7478358. OLE color: 7478358.
HSL color Cylindrical-coordinate representation of color #561C72: hue angle of 280.47º degrees, saturation: 0.61, 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 #561C72 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 28 | 114 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.55 |
| HSL | 280.47º | 0.61% | 0.28% | - |
| HSV(B) | 280.47º | 0.75% | 0.45% | - |
| XYZ | 7.29 | 4.02 | 16.31 | - |
| YUV | 55.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 114 | 0.25 | 0.75 | 0 | 0.55 | 280.47 | 0.61 | 0.28 |
| Hex | 56 | 1C | 72 | 19 | 4B | 0 | 37 | 118 | 3D | 1C |
| Octal | 126 | 34 | 162 | 31 | 113 | 0 | 67 | 430 | 75 | 34 |
| Binary | 1010110 | 11100 | 1110010 | 11001 | 1001011 | 0 | 110111 | 100011000 | 111101 | 11100 |
Color Harmonies of #561C72
Complementary color
Monochromatic Colors of #561C72
Black with #561C72
Text Example
Text Example
White with #561C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C72; }
p { color: rgb(86,28,114); }
H1.HeaderClassName
{
color: #561C72;
}
.AnyTagClassName
{
color: #561C72;
}
</style>
background-color css
<style>
a { background-color: #561C72; }
a { background-color: rgb(86,28,114); }
div.DivClassName
{
background-color: #561C72;
}
.BgClassName
{
background-color: #561C72;
}
</style>
border-color css
<style>
span { border-color: #561C72; }
span { border-color: rgb(86,28,114); }
td.TdClassName
{
border-color: #561C72;
}
.TagClassName
{
border-color: #561C72;
}
</style>