Shades of Blue Diamond #562874
Tints of Blue Diamond #562874
RGB
CMYK
RGB Variations
Color information
#562874 (or 0x562874) is known color: Blue Diamond. HEX triplet: 56, 28 and 74. RGB value is (86,40,116). Sum of RGB (Red+Green+Blue) = 86+40+116=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #562874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562874 is #A9D78B. Grayscale: #3E3E3E. Windows color (decimal): -11130764 or 7612502. OLE color: 7612502.
HSL color Cylindrical-coordinate representation of color #562874: hue angle of 276.32º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #562874 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 40 | 116 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.55 |
| HSL | 276.32º | 0.49% | 0.31% | - |
| HSV(B) | 276.32º | 0.66% | 0.45% | - |
| XYZ | 7.75 | 4.76 | 17.03 | - |
| YUV | 62.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 116 | 0.26 | 0.66 | 0 | 0.55 | 276.32 | 0.49 | 0.31 |
| Hex | 56 | 28 | 74 | 1A | 42 | 0 | 37 | 114 | 31 | 1F |
| Octal | 126 | 50 | 164 | 32 | 102 | 0 | 67 | 424 | 61 | 37 |
| Binary | 1010110 | 101000 | 1110100 | 11010 | 1000010 | 0 | 110111 | 100010100 | 110001 | 11111 |
Color Harmonies of #562874
Complementary color
Monochromatic Colors of #562874
Black with #562874
Text Example
Text Example
White with #562874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562874; }
p { color: rgb(86,40,116); }
H1.HeaderClassName
{
color: #562874;
}
.AnyTagClassName
{
color: #562874;
}
</style>
background-color css
<style>
a { background-color: #562874; }
a { background-color: rgb(86,40,116); }
div.DivClassName
{
background-color: #562874;
}
.BgClassName
{
background-color: #562874;
}
</style>
border-color css
<style>
span { border-color: #562874; }
span { border-color: rgb(86,40,116); }
td.TdClassName
{
border-color: #562874;
}
.TagClassName
{
border-color: #562874;
}
</style>