Shades of Blue Diamond #561E79
Tints of Blue Diamond #561E79
RGB
CMYK
RGB Variations
Color information
#561E79 (or 0x561E79) is known color: Blue Diamond. HEX triplet: 56, 1E and 79. RGB value is (86,30,121). Sum of RGB (Red+Green+Blue) = 86+30+121=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #561E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E79 is #A9E186. Grayscale: #383838. Windows color (decimal): -11133319 or 7937622. OLE color: 7937622.
HSL color Cylindrical-coordinate representation of color #561E79: hue angle of 276.92º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561E79 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 30 | 121 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.53 |
| HSL | 276.92º | 0.6% | 0.3% | - |
| HSV(B) | 276.92º | 0.75% | 0.47% | - |
| XYZ | 7.75 | 4.29 | 18.51 | - |
| YUV | 57.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 121 | 0.29 | 0.75 | 0 | 0.53 | 276.92 | 0.6 | 0.3 |
| Hex | 56 | 1E | 79 | 1D | 4B | 0 | 35 | 115 | 3C | 1E |
| Octal | 126 | 36 | 171 | 35 | 113 | 0 | 65 | 425 | 74 | 36 |
| Binary | 1010110 | 11110 | 1111001 | 11101 | 1001011 | 0 | 110101 | 100010101 | 111100 | 11110 |
Color Harmonies of #561E79
Complementary color
Monochromatic Colors of #561E79
Black with #561E79
Text Example
Text Example
White with #561E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E79; }
p { color: rgb(86,30,121); }
H1.HeaderClassName
{
color: #561E79;
}
.AnyTagClassName
{
color: #561E79;
}
</style>
background-color css
<style>
a { background-color: #561E79; }
a { background-color: rgb(86,30,121); }
div.DivClassName
{
background-color: #561E79;
}
.BgClassName
{
background-color: #561E79;
}
</style>
border-color css
<style>
span { border-color: #561E79; }
span { border-color: rgb(86,30,121); }
td.TdClassName
{
border-color: #561E79;
}
.TagClassName
{
border-color: #561E79;
}
</style>