Shades of Blue Diamond #581D77
Tints of Blue Diamond #581D77
RGB
CMYK
RGB Variations
Color information
#581D77 (or 0x581D77) is known color: Blue Diamond. HEX triplet: 58, 1D and 77. RGB value is (88,29,119). Sum of RGB (Red+Green+Blue) = 88+29+119=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #581D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D77 is #A7E288. Grayscale: #383838. Windows color (decimal): -11002505 or 7806296. OLE color: 7806296.
HSL color Cylindrical-coordinate representation of color #581D77: hue angle of 279.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581D77 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 29 | 119 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.53 |
| HSL | 279.33º | 0.61% | 0.29% | - |
| HSV(B) | 279.33º | 0.76% | 0.47% | - |
| XYZ | 7.79 | 4.29 | 17.87 | - |
| YUV | 56.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 119 | 0.26 | 0.76 | 0 | 0.53 | 279.33 | 0.61 | 0.29 |
| Hex | 58 | 1D | 77 | 1A | 4C | 0 | 35 | 117 | 3D | 1D |
| Octal | 130 | 35 | 167 | 32 | 114 | 0 | 65 | 427 | 75 | 35 |
| Binary | 1011000 | 11101 | 1110111 | 11010 | 1001100 | 0 | 110101 | 100010111 | 111101 | 11101 |
Color Harmonies of #581D77
Complementary color
Monochromatic Colors of #581D77
Black with #581D77
Text Example
Text Example
White with #581D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D77; }
p { color: rgb(88,29,119); }
H1.HeaderClassName
{
color: #581D77;
}
.AnyTagClassName
{
color: #581D77;
}
</style>
background-color css
<style>
a { background-color: #581D77; }
a { background-color: rgb(88,29,119); }
div.DivClassName
{
background-color: #581D77;
}
.BgClassName
{
background-color: #581D77;
}
</style>
border-color css
<style>
span { border-color: #581D77; }
span { border-color: rgb(88,29,119); }
td.TdClassName
{
border-color: #581D77;
}
.TagClassName
{
border-color: #581D77;
}
</style>