Shades of Blue Diamond #562375
Tints of Blue Diamond #562375
RGB
CMYK
RGB Variations
Color information
#562375 (or 0x562375) is known color: Blue Diamond. HEX triplet: 56, 23 and 75. RGB value is (86,35,117). Sum of RGB (Red+Green+Blue) = 86+35+117=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #562375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562375 is #A9DC8A. Grayscale: #3B3B3B. Windows color (decimal): -11132043 or 7676758. OLE color: 7676758.
HSL color Cylindrical-coordinate representation of color #562375: hue angle of 277.32º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #562375 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 35 | 117 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.54 |
| HSL | 277.32º | 0.54% | 0.3% | - |
| HSV(B) | 277.32º | 0.7% | 0.46% | - |
| XYZ | 7.65 | 4.46 | 17.29 | - |
| YUV | 59.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 117 | 0.26 | 0.70 | 0 | 0.54 | 277.32 | 0.54 | 0.3 |
| Hex | 56 | 23 | 75 | 1A | 46 | 0 | 36 | 115 | 36 | 1E |
| Octal | 126 | 43 | 165 | 32 | 106 | 0 | 66 | 425 | 66 | 36 |
| Binary | 1010110 | 100011 | 1110101 | 11010 | 1000110 | 0 | 110110 | 100010101 | 110110 | 11110 |
Color Harmonies of #562375
Complementary color
Monochromatic Colors of #562375
Black with #562375
Text Example
Text Example
White with #562375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562375; }
p { color: rgb(86,35,117); }
H1.HeaderClassName
{
color: #562375;
}
.AnyTagClassName
{
color: #562375;
}
</style>
background-color css
<style>
a { background-color: #562375; }
a { background-color: rgb(86,35,117); }
div.DivClassName
{
background-color: #562375;
}
.BgClassName
{
background-color: #562375;
}
</style>
border-color css
<style>
span { border-color: #562375; }
span { border-color: rgb(86,35,117); }
td.TdClassName
{
border-color: #562375;
}
.TagClassName
{
border-color: #562375;
}
</style>