Shades of Blue Diamond #561C6E
Tints of Blue Diamond #561C6E
RGB
CMYK
RGB Variations
Color information
#561C6E (or 0x561C6E) is known color: Blue Diamond. HEX triplet: 56, 1C and 6E. RGB value is (86,28,110). Sum of RGB (Red+Green+Blue) = 86+28+110=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #561C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C6E is #A9E391. Grayscale: #363636. Windows color (decimal): -11133842 or 7216214. OLE color: 7216214.
HSL color Cylindrical-coordinate representation of color #561C6E: hue angle of 282.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561C6E is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 28 | 110 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.57 |
| HSL | 282.44º | 0.59% | 0.27% | - |
| HSV(B) | 282.44º | 0.75% | 0.43% | - |
| XYZ | 7.07 | 3.93 | 15.14 | - |
| YUV | 54.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 110 | 0.22 | 0.75 | 0 | 0.57 | 282.44 | 0.59 | 0.27 |
| Hex | 56 | 1C | 6E | 16 | 4B | 0 | 39 | 11A | 3B | 1B |
| Octal | 126 | 34 | 156 | 26 | 113 | 0 | 71 | 432 | 73 | 33 |
| Binary | 1010110 | 11100 | 1101110 | 10110 | 1001011 | 0 | 111001 | 100011010 | 111011 | 11011 |
Color Harmonies of #561C6E
Complementary color
Monochromatic Colors of #561C6E
Black with #561C6E
Text Example
Text Example
White with #561C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C6E; }
p { color: rgb(86,28,110); }
H1.HeaderClassName
{
color: #561C6E;
}
.AnyTagClassName
{
color: #561C6E;
}
</style>
background-color css
<style>
a { background-color: #561C6E; }
a { background-color: rgb(86,28,110); }
div.DivClassName
{
background-color: #561C6E;
}
.BgClassName
{
background-color: #561C6E;
}
</style>
border-color css
<style>
span { border-color: #561C6E; }
span { border-color: rgb(86,28,110); }
td.TdClassName
{
border-color: #561C6E;
}
.TagClassName
{
border-color: #561C6E;
}
</style>