Shades of Blue Diamond #561974
Tints of Blue Diamond #561974
RGB
CMYK
RGB Variations
Color information
#561974 (or 0x561974) is known color: Blue Diamond. HEX triplet: 56, 19 and 74. RGB value is (86,25,116). Sum of RGB (Red+Green+Blue) = 86+25+116=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #561974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561974 is #A9E68B. Grayscale: #353535. Windows color (decimal): -11134604 or 7608662. OLE color: 7608662.
HSL color Cylindrical-coordinate representation of color #561974: hue angle of 280.22º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561974 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 25 | 116 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.55 |
| HSL | 280.22º | 0.65% | 0.28% | - |
| HSV(B) | 280.22º | 0.78% | 0.45% | - |
| XYZ | 7.34 | 3.93 | 16.9 | - |
| YUV | 53.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 116 | 0.26 | 0.78 | 0 | 0.55 | 280.22 | 0.65 | 0.28 |
| Hex | 56 | 19 | 74 | 1A | 4E | 0 | 37 | 118 | 41 | 1C |
| Octal | 126 | 31 | 164 | 32 | 116 | 0 | 67 | 430 | 101 | 34 |
| Binary | 1010110 | 11001 | 1110100 | 11010 | 1001110 | 0 | 110111 | 100011000 | 1000001 | 11100 |
Color Harmonies of #561974
Complementary color
Monochromatic Colors of #561974
Black with #561974
Text Example
Text Example
White with #561974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561974; }
p { color: rgb(86,25,116); }
H1.HeaderClassName
{
color: #561974;
}
.AnyTagClassName
{
color: #561974;
}
</style>
background-color css
<style>
a { background-color: #561974; }
a { background-color: rgb(86,25,116); }
div.DivClassName
{
background-color: #561974;
}
.BgClassName
{
background-color: #561974;
}
</style>
border-color css
<style>
span { border-color: #561974; }
span { border-color: rgb(86,25,116); }
td.TdClassName
{
border-color: #561974;
}
.TagClassName
{
border-color: #561974;
}
</style>