Shades of Blue Diamond #561F70
Tints of Blue Diamond #561F70
RGB
CMYK
RGB Variations
Color information
#561F70 (or 0x561F70) is known color: Blue Diamond. HEX triplet: 56, 1F and 70. RGB value is (86,31,112). Sum of RGB (Red+Green+Blue) = 86+31+112=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #561F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561F70 is #A9E08F. Grayscale: #383838. Windows color (decimal): -11133072 or 7348054. OLE color: 7348054.
HSL color Cylindrical-coordinate representation of color #561F70: hue angle of 280.74º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561F70 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 31 | 112 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.56 |
| HSL | 280.74º | 0.57% | 0.28% | - |
| HSV(B) | 280.74º | 0.72% | 0.44% | - |
| XYZ | 7.25 | 4.13 | 15.74 | - |
| YUV | 56.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 112 | 0.23 | 0.72 | 0 | 0.56 | 280.74 | 0.57 | 0.28 |
| Hex | 56 | 1F | 70 | 17 | 48 | 0 | 38 | 119 | 39 | 1C |
| Octal | 126 | 37 | 160 | 27 | 110 | 0 | 70 | 431 | 71 | 34 |
| Binary | 1010110 | 11111 | 1110000 | 10111 | 1001000 | 0 | 111000 | 100011001 | 111001 | 11100 |
Color Harmonies of #561F70
Complementary color
Monochromatic Colors of #561F70
Black with #561F70
Text Example
Text Example
White with #561F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561F70; }
p { color: rgb(86,31,112); }
H1.HeaderClassName
{
color: #561F70;
}
.AnyTagClassName
{
color: #561F70;
}
</style>
background-color css
<style>
a { background-color: #561F70; }
a { background-color: rgb(86,31,112); }
div.DivClassName
{
background-color: #561F70;
}
.BgClassName
{
background-color: #561F70;
}
</style>
border-color css
<style>
span { border-color: #561F70; }
span { border-color: rgb(86,31,112); }
td.TdClassName
{
border-color: #561F70;
}
.TagClassName
{
border-color: #561F70;
}
</style>