Shades of Blue Diamond #581E7A
Tints of Blue Diamond #581E7A
RGB
CMYK
RGB Variations
Color information
#581E7A (or 0x581E7A) is known color: Blue Diamond. HEX triplet: 58, 1E and 7A. RGB value is (88,30,122). Sum of RGB (Red+Green+Blue) = 88+30+122=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #581E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E7A is #A7E185. Grayscale: #393939. Windows color (decimal): -11002246 or 8003160. OLE color: 8003160.
HSL color Cylindrical-coordinate representation of color #581E7A: hue angle of 277.83º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581E7A is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 30 | 122 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.52 |
| HSL | 277.83º | 0.61% | 0.3% | - |
| HSV(B) | 277.83º | 0.75% | 0.48% | - |
| XYZ | 8 | 4.41 | 18.84 | - |
| YUV | 57.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 122 | 0.28 | 0.75 | 0 | 0.52 | 277.83 | 0.61 | 0.3 |
| Hex | 58 | 1E | 7A | 1C | 4B | 0 | 34 | 116 | 3D | 1E |
| Octal | 130 | 36 | 172 | 34 | 113 | 0 | 64 | 426 | 75 | 36 |
| Binary | 1011000 | 11110 | 1111010 | 11100 | 1001011 | 0 | 110100 | 100010110 | 111101 | 11110 |
Color Harmonies of #581E7A
Complementary color
Monochromatic Colors of #581E7A
Black with #581E7A
Text Example
Text Example
White with #581E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E7A; }
p { color: rgb(88,30,122); }
H1.HeaderClassName
{
color: #581E7A;
}
.AnyTagClassName
{
color: #581E7A;
}
</style>
background-color css
<style>
a { background-color: #581E7A; }
a { background-color: rgb(88,30,122); }
div.DivClassName
{
background-color: #581E7A;
}
.BgClassName
{
background-color: #581E7A;
}
</style>
border-color css
<style>
span { border-color: #581E7A; }
span { border-color: rgb(88,30,122); }
td.TdClassName
{
border-color: #581E7A;
}
.TagClassName
{
border-color: #581E7A;
}
</style>