Shades of Blue Diamond #581A71
Tints of Blue Diamond #581A71
RGB
CMYK
RGB Variations
Color information
#581A71 (or 0x581A71) is known color: Blue Diamond. HEX triplet: 58, 1A and 71. RGB value is (88,26,113). Sum of RGB (Red+Green+Blue) = 88+26+113=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #581A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A71 is #A7E58E. Grayscale: #363636. Windows color (decimal): -11003279 or 7412312. OLE color: 7412312.
HSL color Cylindrical-coordinate representation of color #581A71: hue angle of 282.76º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581A71 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 26 | 113 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.56 |
| HSL | 282.76º | 0.63% | 0.27% | - |
| HSV(B) | 282.76º | 0.77% | 0.44% | - |
| XYZ | 7.37 | 4.01 | 16.01 | - |
| YUV | 54.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 113 | 0.22 | 0.77 | 0 | 0.56 | 282.76 | 0.63 | 0.27 |
| Hex | 58 | 1A | 71 | 16 | 4D | 0 | 38 | 11B | 3F | 1B |
| Octal | 130 | 32 | 161 | 26 | 115 | 0 | 70 | 433 | 77 | 33 |
| Binary | 1011000 | 11010 | 1110001 | 10110 | 1001101 | 0 | 111000 | 100011011 | 111111 | 11011 |
Color Harmonies of #581A71
Complementary color
Monochromatic Colors of #581A71
Black with #581A71
Text Example
Text Example
White with #581A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A71; }
p { color: rgb(88,26,113); }
H1.HeaderClassName
{
color: #581A71;
}
.AnyTagClassName
{
color: #581A71;
}
</style>
background-color css
<style>
a { background-color: #581A71; }
a { background-color: rgb(88,26,113); }
div.DivClassName
{
background-color: #581A71;
}
.BgClassName
{
background-color: #581A71;
}
</style>
border-color css
<style>
span { border-color: #581A71; }
span { border-color: rgb(88,26,113); }
td.TdClassName
{
border-color: #581A71;
}
.TagClassName
{
border-color: #581A71;
}
</style>