Shades of Blue Diamond #581B77
Tints of Blue Diamond #581B77
RGB
CMYK
RGB Variations
Color information
#581B77 (or 0x581B77) is known color: Blue Diamond. HEX triplet: 58, 1B and 77. RGB value is (88,27,119). Sum of RGB (Red+Green+Blue) = 88+27+119=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #581B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B77 is #A7E488. Grayscale: #373737. Windows color (decimal): -11003017 or 7805784. OLE color: 7805784.
HSL color Cylindrical-coordinate representation of color #581B77: hue angle of 279.78º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581B77 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 27 | 119 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.53 |
| HSL | 279.78º | 0.63% | 0.29% | - |
| HSV(B) | 279.78º | 0.77% | 0.47% | - |
| XYZ | 7.75 | 4.19 | 17.85 | - |
| YUV | 55.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 119 | 0.26 | 0.77 | 0 | 0.53 | 279.78 | 0.63 | 0.29 |
| Hex | 58 | 1B | 77 | 1A | 4D | 0 | 35 | 118 | 3F | 1D |
| Octal | 130 | 33 | 167 | 32 | 115 | 0 | 65 | 430 | 77 | 35 |
| Binary | 1011000 | 11011 | 1110111 | 11010 | 1001101 | 0 | 110101 | 100011000 | 111111 | 11101 |
Color Harmonies of #581B77
Complementary color
Monochromatic Colors of #581B77
Black with #581B77
Text Example
Text Example
White with #581B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581B77; }
p { color: rgb(88,27,119); }
H1.HeaderClassName
{
color: #581B77;
}
.AnyTagClassName
{
color: #581B77;
}
</style>
background-color css
<style>
a { background-color: #581B77; }
a { background-color: rgb(88,27,119); }
div.DivClassName
{
background-color: #581B77;
}
.BgClassName
{
background-color: #581B77;
}
</style>
border-color css
<style>
span { border-color: #581B77; }
span { border-color: rgb(88,27,119); }
td.TdClassName
{
border-color: #581B77;
}
.TagClassName
{
border-color: #581B77;
}
</style>