Shades of Blue Diamond #581E73
Tints of Blue Diamond #581E73
RGB
CMYK
RGB Variations
Color information
#581E73 (or 0x581E73) is known color: Blue Diamond. HEX triplet: 58, 1E and 73. RGB value is (88,30,115). Sum of RGB (Red+Green+Blue) = 88+30+115=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #581E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E73 is #A7E18C. Grayscale: #383838. Windows color (decimal): -11002253 or 7544408. OLE color: 7544408.
HSL color Cylindrical-coordinate representation of color #581E73: hue angle of 280.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581E73 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 30 | 115 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.55 |
| HSL | 280.94º | 0.59% | 0.28% | - |
| HSV(B) | 280.94º | 0.74% | 0.45% | - |
| XYZ | 7.58 | 4.24 | 16.64 | - |
| YUV | 57.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 115 | 0.23 | 0.74 | 0 | 0.55 | 280.94 | 0.59 | 0.28 |
| Hex | 58 | 1E | 73 | 17 | 4A | 0 | 37 | 119 | 3B | 1C |
| Octal | 130 | 36 | 163 | 27 | 112 | 0 | 67 | 431 | 73 | 34 |
| Binary | 1011000 | 11110 | 1110011 | 10111 | 1001010 | 0 | 110111 | 100011001 | 111011 | 11100 |
Color Harmonies of #581E73
Complementary color
Monochromatic Colors of #581E73
Black with #581E73
Text Example
Text Example
White with #581E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E73; }
p { color: rgb(88,30,115); }
H1.HeaderClassName
{
color: #581E73;
}
.AnyTagClassName
{
color: #581E73;
}
</style>
background-color css
<style>
a { background-color: #581E73; }
a { background-color: rgb(88,30,115); }
div.DivClassName
{
background-color: #581E73;
}
.BgClassName
{
background-color: #581E73;
}
</style>
border-color css
<style>
span { border-color: #581E73; }
span { border-color: rgb(88,30,115); }
td.TdClassName
{
border-color: #581E73;
}
.TagClassName
{
border-color: #581E73;
}
</style>