Shades of Dingley #57863B
Tints of Dingley #57863B
RGB
CMYK
RGB Variations
Color information
#57863B (or 0x57863B) is known color: Dingley. HEX triplet: 57, 86 and 3B. RGB value is (87,134,59). Sum of RGB (Red+Green+Blue) = 87+134+59=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #57863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57863B is #A879C4. Grayscale: #6F6F6F. Windows color (decimal): -11041221 or 3901015. OLE color: 3901015.
HSL color Cylindrical-coordinate representation of color #57863B: hue angle of 97.6º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57863B is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 134 | 59 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.47 |
| HSL | 97.6º | 0.39% | 0.38% | - |
| HSV(B) | 97.6º | 0.56% | 0.53% | - |
| XYZ | 13.25 | 19.39 | 7.18 | - |
| YUV | 111.4 | 98.43 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 134 | 59 | 0.35 | 0 | 0.56 | 0.47 | 97.6 | 0.39 | 0.38 |
| Hex | 57 | 86 | 3B | 23 | 0 | 38 | 2F | 62 | 27 | 26 |
| Octal | 127 | 206 | 73 | 43 | 0 | 70 | 57 | 142 | 47 | 46 |
| Binary | 1010111 | 10000110 | 111011 | 100011 | 0 | 111000 | 101111 | 1100010 | 100111 | 100110 |
Color Harmonies of #57863B
Complementary color
Monochromatic Colors of #57863B
Black with #57863B
Text Example
Text Example
White with #57863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57863B; }
p { color: rgb(87,134,59); }
H1.HeaderClassName
{
color: #57863B;
}
.AnyTagClassName
{
color: #57863B;
}
</style>
background-color css
<style>
a { background-color: #57863B; }
a { background-color: rgb(87,134,59); }
div.DivClassName
{
background-color: #57863B;
}
.BgClassName
{
background-color: #57863B;
}
</style>
border-color css
<style>
span { border-color: #57863B; }
span { border-color: rgb(87,134,59); }
td.TdClassName
{
border-color: #57863B;
}
.TagClassName
{
border-color: #57863B;
}
</style>