Shades of Blue Diamond #581C77
Tints of Blue Diamond #581C77
RGB
CMYK
RGB Variations
Color information
#581C77 (or 0x581C77) is known color: Blue Diamond. HEX triplet: 58, 1C and 77. RGB value is (88,28,119). Sum of RGB (Red+Green+Blue) = 88+28+119=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #581C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C77 is #A7E388. Grayscale: #383838. Windows color (decimal): -11002761 or 7806040. OLE color: 7806040.
HSL color Cylindrical-coordinate representation of color #581C77: hue angle of 279.56º degrees, saturation: 0.62, 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 #581C77 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 28 | 119 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.53 |
| HSL | 279.56º | 0.62% | 0.29% | - |
| HSV(B) | 279.56º | 0.76% | 0.47% | - |
| XYZ | 7.77 | 4.24 | 17.86 | - |
| YUV | 56.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 119 | 0.26 | 0.76 | 0 | 0.53 | 279.56 | 0.62 | 0.29 |
| Hex | 58 | 1C | 77 | 1A | 4C | 0 | 35 | 118 | 3E | 1D |
| Octal | 130 | 34 | 167 | 32 | 114 | 0 | 65 | 430 | 76 | 35 |
| Binary | 1011000 | 11100 | 1110111 | 11010 | 1001100 | 0 | 110101 | 100011000 | 111110 | 11101 |
Color Harmonies of #581C77
Complementary color
Monochromatic Colors of #581C77
Black with #581C77
Text Example
Text Example
White with #581C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C77; }
p { color: rgb(88,28,119); }
H1.HeaderClassName
{
color: #581C77;
}
.AnyTagClassName
{
color: #581C77;
}
</style>
background-color css
<style>
a { background-color: #581C77; }
a { background-color: rgb(88,28,119); }
div.DivClassName
{
background-color: #581C77;
}
.BgClassName
{
background-color: #581C77;
}
</style>
border-color css
<style>
span { border-color: #581C77; }
span { border-color: rgb(88,28,119); }
td.TdClassName
{
border-color: #581C77;
}
.TagClassName
{
border-color: #581C77;
}
</style>