Shades of Blue Diamond #561970
Tints of Blue Diamond #561970
RGB
CMYK
RGB Variations
Color information
#561970 (or 0x561970) is known color: Blue Diamond. HEX triplet: 56, 19 and 70. RGB value is (86,25,112). Sum of RGB (Red+Green+Blue) = 86+25+112=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #561970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561970 is #A9E68F. Grayscale: #343434. Windows color (decimal): -11134608 or 7346518. OLE color: 7346518.
HSL color Cylindrical-coordinate representation of color #561970: hue angle of 282.07º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561970 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 25 | 112 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.56 |
| HSL | 282.07º | 0.64% | 0.27% | - |
| HSV(B) | 282.07º | 0.78% | 0.44% | - |
| XYZ | 7.11 | 3.84 | 15.7 | - |
| YUV | 53.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 112 | 0.23 | 0.78 | 0 | 0.56 | 282.07 | 0.64 | 0.27 |
| Hex | 56 | 19 | 70 | 17 | 4E | 0 | 38 | 11A | 40 | 1B |
| Octal | 126 | 31 | 160 | 27 | 116 | 0 | 70 | 432 | 100 | 33 |
| Binary | 1010110 | 11001 | 1110000 | 10111 | 1001110 | 0 | 111000 | 100011010 | 1000000 | 11011 |
Color Harmonies of #561970
Complementary color
Monochromatic Colors of #561970
Black with #561970
Text Example
Text Example
White with #561970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561970; }
p { color: rgb(86,25,112); }
H1.HeaderClassName
{
color: #561970;
}
.AnyTagClassName
{
color: #561970;
}
</style>
background-color css
<style>
a { background-color: #561970; }
a { background-color: rgb(86,25,112); }
div.DivClassName
{
background-color: #561970;
}
.BgClassName
{
background-color: #561970;
}
</style>
border-color css
<style>
span { border-color: #561970; }
span { border-color: rgb(86,25,112); }
td.TdClassName
{
border-color: #561970;
}
.TagClassName
{
border-color: #561970;
}
</style>