Shades of Blue Diamond #562775
Tints of Blue Diamond #562775
RGB
CMYK
RGB Variations
Color information
#562775 (or 0x562775) is known color: Blue Diamond. HEX triplet: 56, 27 and 75. RGB value is (86,39,117). Sum of RGB (Red+Green+Blue) = 86+39+117=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #562775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562775 is #A9D88A. Grayscale: #3D3D3D. Windows color (decimal): -11131019 or 7677782. OLE color: 7677782.
HSL color Cylindrical-coordinate representation of color #562775: hue angle of 276.15º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562775 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 39 | 117 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.54 |
| HSL | 276.15º | 0.5% | 0.31% | - |
| HSV(B) | 276.15º | 0.67% | 0.46% | - |
| XYZ | 7.77 | 4.71 | 17.33 | - |
| YUV | 61.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 117 | 0.26 | 0.67 | 0 | 0.54 | 276.15 | 0.5 | 0.31 |
| Hex | 56 | 27 | 75 | 1A | 43 | 0 | 36 | 114 | 32 | 1F |
| Octal | 126 | 47 | 165 | 32 | 103 | 0 | 66 | 424 | 62 | 37 |
| Binary | 1010110 | 100111 | 1110101 | 11010 | 1000011 | 0 | 110110 | 100010100 | 110010 | 11111 |
Color Harmonies of #562775
Complementary color
Monochromatic Colors of #562775
Black with #562775
Text Example
Text Example
White with #562775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562775; }
p { color: rgb(86,39,117); }
H1.HeaderClassName
{
color: #562775;
}
.AnyTagClassName
{
color: #562775;
}
</style>
background-color css
<style>
a { background-color: #562775; }
a { background-color: rgb(86,39,117); }
div.DivClassName
{
background-color: #562775;
}
.BgClassName
{
background-color: #562775;
}
</style>
border-color css
<style>
span { border-color: #562775; }
span { border-color: rgb(86,39,117); }
td.TdClassName
{
border-color: #562775;
}
.TagClassName
{
border-color: #562775;
}
</style>