Shades of Blue Diamond #581A72
Tints of Blue Diamond #581A72
RGB
CMYK
RGB Variations
Color information
#581A72 (or 0x581A72) is known color: Blue Diamond. HEX triplet: 58, 1A and 72. RGB value is (88,26,114). Sum of RGB (Red+Green+Blue) = 88+26+114=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #581A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A72 is #A7E58D. Grayscale: #363636. Windows color (decimal): -11003278 or 7477848. OLE color: 7477848.
HSL color Cylindrical-coordinate representation of color #581A72: hue angle of 282.27º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581A72 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 26 | 114 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.55 |
| HSL | 282.27º | 0.63% | 0.27% | - |
| HSV(B) | 282.27º | 0.77% | 0.45% | - |
| XYZ | 7.43 | 4.03 | 16.31 | - |
| YUV | 54.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 114 | 0.23 | 0.77 | 0 | 0.55 | 282.27 | 0.63 | 0.27 |
| Hex | 58 | 1A | 72 | 17 | 4D | 0 | 37 | 11A | 3F | 1B |
| Octal | 130 | 32 | 162 | 27 | 115 | 0 | 67 | 432 | 77 | 33 |
| Binary | 1011000 | 11010 | 1110010 | 10111 | 1001101 | 0 | 110111 | 100011010 | 111111 | 11011 |
Color Harmonies of #581A72
Complementary color
Monochromatic Colors of #581A72
Black with #581A72
Text Example
Text Example
White with #581A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A72; }
p { color: rgb(88,26,114); }
H1.HeaderClassName
{
color: #581A72;
}
.AnyTagClassName
{
color: #581A72;
}
</style>
background-color css
<style>
a { background-color: #581A72; }
a { background-color: rgb(88,26,114); }
div.DivClassName
{
background-color: #581A72;
}
.BgClassName
{
background-color: #581A72;
}
</style>
border-color css
<style>
span { border-color: #581A72; }
span { border-color: rgb(88,26,114); }
td.TdClassName
{
border-color: #581A72;
}
.TagClassName
{
border-color: #581A72;
}
</style>