Shades of Blue Diamond #562278
Tints of Blue Diamond #562278
RGB
CMYK
RGB Variations
Color information
#562278 (or 0x562278) is known color: Blue Diamond. HEX triplet: 56, 22 and 78. RGB value is (86,34,120). Sum of RGB (Red+Green+Blue) = 86+34+120=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #562278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562278 is #A9DD87. Grayscale: #3B3B3B. Windows color (decimal): -11132296 or 7873110. OLE color: 7873110.
HSL color Cylindrical-coordinate representation of color #562278: hue angle of 276.28º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #562278 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 34 | 120 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.53 |
| HSL | 276.28º | 0.56% | 0.3% | - |
| HSV(B) | 276.28º | 0.72% | 0.47% | - |
| XYZ | 7.8 | 4.48 | 18.22 | - |
| YUV | 59.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 120 | 0.28 | 0.72 | 0 | 0.53 | 276.28 | 0.56 | 0.3 |
| Hex | 56 | 22 | 78 | 1C | 48 | 0 | 35 | 114 | 38 | 1E |
| Octal | 126 | 42 | 170 | 34 | 110 | 0 | 65 | 424 | 70 | 36 |
| Binary | 1010110 | 100010 | 1111000 | 11100 | 1001000 | 0 | 110101 | 100010100 | 111000 | 11110 |
Color Harmonies of #562278
Complementary color
Monochromatic Colors of #562278
Black with #562278
Text Example
Text Example
White with #562278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562278; }
p { color: rgb(86,34,120); }
H1.HeaderClassName
{
color: #562278;
}
.AnyTagClassName
{
color: #562278;
}
</style>
background-color css
<style>
a { background-color: #562278; }
a { background-color: rgb(86,34,120); }
div.DivClassName
{
background-color: #562278;
}
.BgClassName
{
background-color: #562278;
}
</style>
border-color css
<style>
span { border-color: #562278; }
span { border-color: rgb(86,34,120); }
td.TdClassName
{
border-color: #562278;
}
.TagClassName
{
border-color: #562278;
}
</style>