Shades of Dingley #567B39
Tints of Dingley #567B39
RGB
CMYK
RGB Variations
Color information
#567B39 (or 0x567B39) is known color: Dingley. HEX triplet: 56, 7B and 39. RGB value is (86,123,57). Sum of RGB (Red+Green+Blue) = 86+123+57=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #567B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567B39 is #A984C6. Grayscale: #686868. Windows color (decimal): -11109575 or 3767126. OLE color: 3767126.
HSL color Cylindrical-coordinate representation of color #567B39: hue angle of 93.64º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567B39 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 123 | 57 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.52 |
| HSL | 93.64º | 0.37% | 0.35% | - |
| HSV(B) | 93.64º | 0.54% | 0.48% | - |
| XYZ | 11.66 | 16.44 | 6.43 | - |
| YUV | 104.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 57 | 0.30 | 0 | 0.54 | 0.52 | 93.64 | 0.37 | 0.35 |
| Hex | 56 | 7B | 39 | 1E | 0 | 36 | 34 | 5E | 25 | 23 |
| Octal | 126 | 173 | 71 | 36 | 0 | 66 | 64 | 136 | 45 | 43 |
| Binary | 1010110 | 1111011 | 111001 | 11110 | 0 | 110110 | 110100 | 1011110 | 100101 | 100011 |
Color Harmonies of #567B39
Complementary color
Monochromatic Colors of #567B39
Black with #567B39
Text Example
Text Example
White with #567B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567B39; }
p { color: rgb(86,123,57); }
H1.HeaderClassName
{
color: #567B39;
}
.AnyTagClassName
{
color: #567B39;
}
</style>
background-color css
<style>
a { background-color: #567B39; }
a { background-color: rgb(86,123,57); }
div.DivClassName
{
background-color: #567B39;
}
.BgClassName
{
background-color: #567B39;
}
</style>
border-color css
<style>
span { border-color: #567B39; }
span { border-color: rgb(86,123,57); }
td.TdClassName
{
border-color: #567B39;
}
.TagClassName
{
border-color: #567B39;
}
</style>