Shades of Blue Diamond #561B70
Tints of Blue Diamond #561B70
RGB
CMYK
RGB Variations
Color information
#561B70 (or 0x561B70) is known color: Blue Diamond. HEX triplet: 56, 1B and 70. RGB value is (86,27,112). Sum of RGB (Red+Green+Blue) = 86+27+112=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #561B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B70 is #A9E48F. Grayscale: #363636. Windows color (decimal): -11134096 or 7347030. OLE color: 7347030.
HSL color Cylindrical-coordinate representation of color #561B70: hue angle of 281.65º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561B70 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 27 | 112 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.56 |
| HSL | 281.65º | 0.61% | 0.27% | - |
| HSV(B) | 281.65º | 0.76% | 0.44% | - |
| XYZ | 7.15 | 3.93 | 15.71 | - |
| YUV | 54.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 112 | 0.23 | 0.76 | 0 | 0.56 | 281.65 | 0.61 | 0.27 |
| Hex | 56 | 1B | 70 | 17 | 4C | 0 | 38 | 11A | 3D | 1B |
| Octal | 126 | 33 | 160 | 27 | 114 | 0 | 70 | 432 | 75 | 33 |
| Binary | 1010110 | 11011 | 1110000 | 10111 | 1001100 | 0 | 111000 | 100011010 | 111101 | 11011 |
Color Harmonies of #561B70
Complementary color
Monochromatic Colors of #561B70
Black with #561B70
Text Example
Text Example
White with #561B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B70; }
p { color: rgb(86,27,112); }
H1.HeaderClassName
{
color: #561B70;
}
.AnyTagClassName
{
color: #561B70;
}
</style>
background-color css
<style>
a { background-color: #561B70; }
a { background-color: rgb(86,27,112); }
div.DivClassName
{
background-color: #561B70;
}
.BgClassName
{
background-color: #561B70;
}
</style>
border-color css
<style>
span { border-color: #561B70; }
span { border-color: rgb(86,27,112); }
td.TdClassName
{
border-color: #561B70;
}
.TagClassName
{
border-color: #561B70;
}
</style>