Shades of Blue Diamond #581C70
Tints of Blue Diamond #581C70
RGB
CMYK
RGB Variations
Color information
#581C70 (or 0x581C70) is known color: Blue Diamond. HEX triplet: 58, 1C and 70. RGB value is (88,28,112). Sum of RGB (Red+Green+Blue) = 88+28+112=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #581C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C70 is #A7E38F. Grayscale: #373737. Windows color (decimal): -11002768 or 7347288. OLE color: 7347288.
HSL color Cylindrical-coordinate representation of color #581C70: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581C70 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 28 | 112 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.56 |
| HSL | 282.86º | 0.6% | 0.27% | - |
| HSV(B) | 282.86º | 0.75% | 0.44% | - |
| XYZ | 7.36 | 4.08 | 15.73 | - |
| YUV | 55.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 112 | 0.21 | 0.75 | 0 | 0.56 | 282.86 | 0.6 | 0.27 |
| Hex | 58 | 1C | 70 | 15 | 4B | 0 | 38 | 11B | 3C | 1B |
| Octal | 130 | 34 | 160 | 25 | 113 | 0 | 70 | 433 | 74 | 33 |
| Binary | 1011000 | 11100 | 1110000 | 10101 | 1001011 | 0 | 111000 | 100011011 | 111100 | 11011 |
Color Harmonies of #581C70
Complementary color
Monochromatic Colors of #581C70
Black with #581C70
Text Example
Text Example
White with #581C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C70; }
p { color: rgb(88,28,112); }
H1.HeaderClassName
{
color: #581C70;
}
.AnyTagClassName
{
color: #581C70;
}
</style>
background-color css
<style>
a { background-color: #581C70; }
a { background-color: rgb(88,28,112); }
div.DivClassName
{
background-color: #581C70;
}
.BgClassName
{
background-color: #581C70;
}
</style>
border-color css
<style>
span { border-color: #581C70; }
span { border-color: rgb(88,28,112); }
td.TdClassName
{
border-color: #581C70;
}
.TagClassName
{
border-color: #581C70;
}
</style>