Shades of Dingley #577344
Tints of Dingley #577344
RGB
CMYK
RGB Variations
Color information
#577344 (or 0x577344) is known color: Dingley. HEX triplet: 57, 73 and 44. RGB value is (87,115,68). Sum of RGB (Red+Green+Blue) = 87+115+68=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #577344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577344 is #A88CBB. Grayscale: #656565. Windows color (decimal): -11046076 or 4485975. OLE color: 4485975.
HSL color Cylindrical-coordinate representation of color #577344: hue angle of 95.74º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #577344 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 115 | 68 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.55 |
| HSL | 95.74º | 0.26% | 0.36% | - |
| HSV(B) | 95.74º | 0.41% | 0.45% | - |
| XYZ | 11.1 | 14.71 | 7.72 | - |
| YUV | 101.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 68 | 0.24 | 0 | 0.41 | 0.55 | 95.74 | 0.26 | 0.36 |
| Hex | 57 | 73 | 44 | 18 | 0 | 29 | 37 | 60 | 1A | 24 |
| Octal | 127 | 163 | 104 | 30 | 0 | 51 | 67 | 140 | 32 | 44 |
| Binary | 1010111 | 1110011 | 1000100 | 11000 | 0 | 101001 | 110111 | 1100000 | 11010 | 100100 |
Color Harmonies of #577344
Complementary color
Monochromatic Colors of #577344
Black with #577344
Text Example
Text Example
White with #577344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577344; }
p { color: rgb(87,115,68); }
H1.HeaderClassName
{
color: #577344;
}
.AnyTagClassName
{
color: #577344;
}
</style>
background-color css
<style>
a { background-color: #577344; }
a { background-color: rgb(87,115,68); }
div.DivClassName
{
background-color: #577344;
}
.BgClassName
{
background-color: #577344;
}
</style>
border-color css
<style>
span { border-color: #577344; }
span { border-color: rgb(87,115,68); }
td.TdClassName
{
border-color: #577344;
}
.TagClassName
{
border-color: #577344;
}
</style>