Shades of Blue Diamond #582076
Tints of Blue Diamond #582076
RGB
CMYK
RGB Variations
Color information
#582076 (or 0x582076) is known color: Blue Diamond. HEX triplet: 58, 20 and 76. RGB value is (88,32,118). Sum of RGB (Red+Green+Blue) = 88+32+118=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #582076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582076 is #A7DF89. Grayscale: #3A3A3A. Windows color (decimal): -11001738 or 7741528. OLE color: 7741528.
HSL color Cylindrical-coordinate representation of color #582076: hue angle of 279.07º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582076 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 32 | 118 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.54 |
| HSL | 279.07º | 0.57% | 0.29% | - |
| HSV(B) | 279.07º | 0.73% | 0.46% | - |
| XYZ | 7.81 | 4.42 | 17.58 | - |
| YUV | 58.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 118 | 0.25 | 0.73 | 0 | 0.54 | 279.07 | 0.57 | 0.29 |
| Hex | 58 | 20 | 76 | 19 | 49 | 0 | 36 | 117 | 39 | 1D |
| Octal | 130 | 40 | 166 | 31 | 111 | 0 | 66 | 427 | 71 | 35 |
| Binary | 1011000 | 100000 | 1110110 | 11001 | 1001001 | 0 | 110110 | 100010111 | 111001 | 11101 |
Color Harmonies of #582076
Complementary color
Monochromatic Colors of #582076
Black with #582076
Text Example
Text Example
White with #582076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582076; }
p { color: rgb(88,32,118); }
H1.HeaderClassName
{
color: #582076;
}
.AnyTagClassName
{
color: #582076;
}
</style>
background-color css
<style>
a { background-color: #582076; }
a { background-color: rgb(88,32,118); }
div.DivClassName
{
background-color: #582076;
}
.BgClassName
{
background-color: #582076;
}
</style>
border-color css
<style>
span { border-color: #582076; }
span { border-color: rgb(88,32,118); }
td.TdClassName
{
border-color: #582076;
}
.TagClassName
{
border-color: #582076;
}
</style>