Shades of Blue Diamond #561971
Tints of Blue Diamond #561971
RGB
CMYK
RGB Variations
Color information
#561971 (or 0x561971) is known color: Blue Diamond. HEX triplet: 56, 19 and 71. RGB value is (86,25,113). Sum of RGB (Red+Green+Blue) = 86+25+113=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #561971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561971 is #A9E68E. Grayscale: #343434. Windows color (decimal): -11134607 or 7412054. OLE color: 7412054.
HSL color Cylindrical-coordinate representation of color #561971: hue angle of 281.59º 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 #561971 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 25 | 113 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.56 |
| HSL | 281.59º | 0.64% | 0.27% | - |
| HSV(B) | 281.59º | 0.78% | 0.44% | - |
| XYZ | 7.17 | 3.87 | 15.99 | - |
| YUV | 53.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 113 | 0.24 | 0.78 | 0 | 0.56 | 281.59 | 0.64 | 0.27 |
| Hex | 56 | 19 | 71 | 18 | 4E | 0 | 38 | 11A | 40 | 1B |
| Octal | 126 | 31 | 161 | 30 | 116 | 0 | 70 | 432 | 100 | 33 |
| Binary | 1010110 | 11001 | 1110001 | 11000 | 1001110 | 0 | 111000 | 100011010 | 1000000 | 11011 |
Color Harmonies of #561971
Complementary color
Monochromatic Colors of #561971
Black with #561971
Text Example
Text Example
White with #561971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561971; }
p { color: rgb(86,25,113); }
H1.HeaderClassName
{
color: #561971;
}
.AnyTagClassName
{
color: #561971;
}
</style>
background-color css
<style>
a { background-color: #561971; }
a { background-color: rgb(86,25,113); }
div.DivClassName
{
background-color: #561971;
}
.BgClassName
{
background-color: #561971;
}
</style>
border-color css
<style>
span { border-color: #561971; }
span { border-color: rgb(86,25,113); }
td.TdClassName
{
border-color: #561971;
}
.TagClassName
{
border-color: #561971;
}
</style>