Shades of Blue Diamond #581D70
Tints of Blue Diamond #581D70
RGB
CMYK
RGB Variations
Color information
#581D70 (or 0x581D70) is known color: Blue Diamond. HEX triplet: 58, 1D and 70. RGB value is (88,29,112). Sum of RGB (Red+Green+Blue) = 88+29+112=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #581D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D70 is #A7E28F. Grayscale: #373737. Windows color (decimal): -11002512 or 7347544. OLE color: 7347544.
HSL color Cylindrical-coordinate representation of color #581D70: hue angle of 282.65º 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 #581D70 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 29 | 112 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.56 |
| HSL | 282.65º | 0.59% | 0.28% | - |
| HSV(B) | 282.65º | 0.74% | 0.44% | - |
| XYZ | 7.39 | 4.12 | 15.74 | - |
| YUV | 56.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 112 | 0.21 | 0.74 | 0 | 0.56 | 282.65 | 0.59 | 0.28 |
| Hex | 58 | 1D | 70 | 15 | 4A | 0 | 38 | 11B | 3B | 1C |
| Octal | 130 | 35 | 160 | 25 | 112 | 0 | 70 | 433 | 73 | 34 |
| Binary | 1011000 | 11101 | 1110000 | 10101 | 1001010 | 0 | 111000 | 100011011 | 111011 | 11100 |
Color Harmonies of #581D70
Complementary color
Monochromatic Colors of #581D70
Black with #581D70
Text Example
Text Example
White with #581D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D70; }
p { color: rgb(88,29,112); }
H1.HeaderClassName
{
color: #581D70;
}
.AnyTagClassName
{
color: #581D70;
}
</style>
background-color css
<style>
a { background-color: #581D70; }
a { background-color: rgb(88,29,112); }
div.DivClassName
{
background-color: #581D70;
}
.BgClassName
{
background-color: #581D70;
}
</style>
border-color css
<style>
span { border-color: #581D70; }
span { border-color: rgb(88,29,112); }
td.TdClassName
{
border-color: #581D70;
}
.TagClassName
{
border-color: #581D70;
}
</style>