Shades of Blue Diamond #581D71
Tints of Blue Diamond #581D71
RGB
CMYK
RGB Variations
Color information
#581D71 (or 0x581D71) is known color: Blue Diamond. HEX triplet: 58, 1D and 71. RGB value is (88,29,113). Sum of RGB (Red+Green+Blue) = 88+29+113=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #581D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D71 is #A7E28E. Grayscale: #373737. Windows color (decimal): -11002511 or 7413080. OLE color: 7413080.
HSL color Cylindrical-coordinate representation of color #581D71: hue angle of 282.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581D71 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 29 | 113 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.56 |
| HSL | 282.14º | 0.59% | 0.28% | - |
| HSV(B) | 282.14º | 0.74% | 0.44% | - |
| XYZ | 7.44 | 4.15 | 16.03 | - |
| YUV | 56.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 113 | 0.22 | 0.74 | 0 | 0.56 | 282.14 | 0.59 | 0.28 |
| Hex | 58 | 1D | 71 | 16 | 4A | 0 | 38 | 11A | 3B | 1C |
| Octal | 130 | 35 | 161 | 26 | 112 | 0 | 70 | 432 | 73 | 34 |
| Binary | 1011000 | 11101 | 1110001 | 10110 | 1001010 | 0 | 111000 | 100011010 | 111011 | 11100 |
Color Harmonies of #581D71
Complementary color
Monochromatic Colors of #581D71
Black with #581D71
Text Example
Text Example
White with #581D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D71; }
p { color: rgb(88,29,113); }
H1.HeaderClassName
{
color: #581D71;
}
.AnyTagClassName
{
color: #581D71;
}
</style>
background-color css
<style>
a { background-color: #581D71; }
a { background-color: rgb(88,29,113); }
div.DivClassName
{
background-color: #581D71;
}
.BgClassName
{
background-color: #581D71;
}
</style>
border-color css
<style>
span { border-color: #581D71; }
span { border-color: rgb(88,29,113); }
td.TdClassName
{
border-color: #581D71;
}
.TagClassName
{
border-color: #581D71;
}
</style>