Shades of Blue Diamond #562971
Tints of Blue Diamond #562971
RGB
CMYK
RGB Variations
Color information
#562971 (or 0x562971) is known color: Blue Diamond. HEX triplet: 56, 29 and 71. RGB value is (86,41,113). Sum of RGB (Red+Green+Blue) = 86+41+113=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #562971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562971 is #A9D68E. Grayscale: #3E3E3E. Windows color (decimal): -11130511 or 7416150. OLE color: 7416150.
HSL color Cylindrical-coordinate representation of color #562971: hue angle of 277.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #562971 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 41 | 113 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.56 |
| HSL | 277.5º | 0.47% | 0.3% | - |
| HSV(B) | 277.5º | 0.64% | 0.44% | - |
| XYZ | 7.61 | 4.76 | 16.14 | - |
| YUV | 62.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 113 | 0.24 | 0.64 | 0 | 0.56 | 277.5 | 0.47 | 0.3 |
| Hex | 56 | 29 | 71 | 18 | 40 | 0 | 38 | 116 | 2F | 1E |
| Octal | 126 | 51 | 161 | 30 | 100 | 0 | 70 | 426 | 57 | 36 |
| Binary | 1010110 | 101001 | 1110001 | 11000 | 1000000 | 0 | 111000 | 100010110 | 101111 | 11110 |
Color Harmonies of #562971
Complementary color
Monochromatic Colors of #562971
Black with #562971
Text Example
Text Example
White with #562971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562971; }
p { color: rgb(86,41,113); }
H1.HeaderClassName
{
color: #562971;
}
.AnyTagClassName
{
color: #562971;
}
</style>
background-color css
<style>
a { background-color: #562971; }
a { background-color: rgb(86,41,113); }
div.DivClassName
{
background-color: #562971;
}
.BgClassName
{
background-color: #562971;
}
</style>
border-color css
<style>
span { border-color: #562971; }
span { border-color: rgb(86,41,113); }
td.TdClassName
{
border-color: #562971;
}
.TagClassName
{
border-color: #562971;
}
</style>