Shades of Blue Diamond #562574
Tints of Blue Diamond #562574
RGB
CMYK
RGB Variations
Color information
#562574 (or 0x562574) is known color: Blue Diamond. HEX triplet: 56, 25 and 74. RGB value is (86,37,116). Sum of RGB (Red+Green+Blue) = 86+37+116=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #562574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562574 is #A9DA8B. Grayscale: #3C3C3C. Windows color (decimal): -11131532 or 7611734. OLE color: 7611734.
HSL color Cylindrical-coordinate representation of color #562574: hue angle of 277.22º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #562574 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 37 | 116 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.55 |
| HSL | 277.22º | 0.52% | 0.3% | - |
| HSV(B) | 277.22º | 0.68% | 0.45% | - |
| XYZ | 7.65 | 4.56 | 17 | - |
| YUV | 60.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 116 | 0.26 | 0.68 | 0 | 0.55 | 277.22 | 0.52 | 0.3 |
| Hex | 56 | 25 | 74 | 1A | 44 | 0 | 37 | 115 | 34 | 1E |
| Octal | 126 | 45 | 164 | 32 | 104 | 0 | 67 | 425 | 64 | 36 |
| Binary | 1010110 | 100101 | 1110100 | 11010 | 1000100 | 0 | 110111 | 100010101 | 110100 | 11110 |
Color Harmonies of #562574
Complementary color
Monochromatic Colors of #562574
Black with #562574
Text Example
Text Example
White with #562574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562574; }
p { color: rgb(86,37,116); }
H1.HeaderClassName
{
color: #562574;
}
.AnyTagClassName
{
color: #562574;
}
</style>
background-color css
<style>
a { background-color: #562574; }
a { background-color: rgb(86,37,116); }
div.DivClassName
{
background-color: #562574;
}
.BgClassName
{
background-color: #562574;
}
</style>
border-color css
<style>
span { border-color: #562574; }
span { border-color: rgb(86,37,116); }
td.TdClassName
{
border-color: #562574;
}
.TagClassName
{
border-color: #562574;
}
</style>