Shades of Blue Diamond #562270
Tints of Blue Diamond #562270
RGB
CMYK
RGB Variations
Color information
#562270 (or 0x562270) is known color: Blue Diamond. HEX triplet: 56, 22 and 70. RGB value is (86,34,112). Sum of RGB (Red+Green+Blue) = 86+34+112=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #562270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562270 is #A9DD8F. Grayscale: #3A3A3A. Windows color (decimal): -11132304 or 7348822. OLE color: 7348822.
HSL color Cylindrical-coordinate representation of color #562270: hue angle of 280º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #562270 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 34 | 112 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.56 |
| HSL | 280º | 0.53% | 0.29% | - |
| HSV(B) | 280º | 0.7% | 0.44% | - |
| XYZ | 7.33 | 4.29 | 15.77 | - |
| YUV | 58.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 112 | 0.23 | 0.70 | 0 | 0.56 | 280 | 0.53 | 0.29 |
| Hex | 56 | 22 | 70 | 17 | 46 | 0 | 38 | 118 | 35 | 1D |
| Octal | 126 | 42 | 160 | 27 | 106 | 0 | 70 | 430 | 65 | 35 |
| Binary | 1010110 | 100010 | 1110000 | 10111 | 1000110 | 0 | 111000 | 100011000 | 110101 | 11101 |
Color Harmonies of #562270
Complementary color
Monochromatic Colors of #562270
Black with #562270
Text Example
Text Example
White with #562270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562270; }
p { color: rgb(86,34,112); }
H1.HeaderClassName
{
color: #562270;
}
.AnyTagClassName
{
color: #562270;
}
</style>
background-color css
<style>
a { background-color: #562270; }
a { background-color: rgb(86,34,112); }
div.DivClassName
{
background-color: #562270;
}
.BgClassName
{
background-color: #562270;
}
</style>
border-color css
<style>
span { border-color: #562270; }
span { border-color: rgb(86,34,112); }
td.TdClassName
{
border-color: #562270;
}
.TagClassName
{
border-color: #562270;
}
</style>