Shades of Blue Diamond #581D73
Tints of Blue Diamond #581D73
RGB
CMYK
RGB Variations
Color information
#581D73 (or 0x581D73) is known color: Blue Diamond. HEX triplet: 58, 1D and 73. RGB value is (88,29,115). Sum of RGB (Red+Green+Blue) = 88+29+115=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #581D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D73 is #A7E28C. Grayscale: #383838. Windows color (decimal): -11002509 or 7544152. OLE color: 7544152.
HSL color Cylindrical-coordinate representation of color #581D73: hue angle of 281.16º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581D73 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 29 | 115 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.55 |
| HSL | 281.16º | 0.6% | 0.28% | - |
| HSV(B) | 281.16º | 0.75% | 0.45% | - |
| XYZ | 7.56 | 4.19 | 16.63 | - |
| YUV | 56.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 115 | 0.23 | 0.75 | 0 | 0.55 | 281.16 | 0.6 | 0.28 |
| Hex | 58 | 1D | 73 | 17 | 4B | 0 | 37 | 119 | 3C | 1C |
| Octal | 130 | 35 | 163 | 27 | 113 | 0 | 67 | 431 | 74 | 34 |
| Binary | 1011000 | 11101 | 1110011 | 10111 | 1001011 | 0 | 110111 | 100011001 | 111100 | 11100 |
Color Harmonies of #581D73
Complementary color
Monochromatic Colors of #581D73
Black with #581D73
Text Example
Text Example
White with #581D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D73; }
p { color: rgb(88,29,115); }
H1.HeaderClassName
{
color: #581D73;
}
.AnyTagClassName
{
color: #581D73;
}
</style>
background-color css
<style>
a { background-color: #581D73; }
a { background-color: rgb(88,29,115); }
div.DivClassName
{
background-color: #581D73;
}
.BgClassName
{
background-color: #581D73;
}
</style>
border-color css
<style>
span { border-color: #581D73; }
span { border-color: rgb(88,29,115); }
td.TdClassName
{
border-color: #581D73;
}
.TagClassName
{
border-color: #581D73;
}
</style>