Shades of Dingley #5B8038
Tints of Dingley #5B8038
RGB
CMYK
RGB Variations
Color information
#5B8038 (or 0x5B8038) is known color: Dingley. HEX triplet: 5B, 80 and 38. RGB value is (91,128,56). Sum of RGB (Red+Green+Blue) = 91+128+56=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #5B8038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8038 is #A47FC7. Grayscale: #6C6C6C. Windows color (decimal): -10780616 or 3702875. OLE color: 3702875.
HSL color Cylindrical-coordinate representation of color #5B8038: hue angle of 90.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B8038 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 128 | 56 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.50 |
| HSL | 90.83º | 0.39% | 0.36% | - |
| HSV(B) | 90.83º | 0.56% | 0.5% | - |
| XYZ | 12.75 | 17.95 | 6.53 | - |
| YUV | 108.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 128 | 56 | 0.29 | 0 | 0.56 | 0.50 | 90.83 | 0.39 | 0.36 |
| Hex | 5B | 80 | 38 | 1D | 0 | 38 | 32 | 5B | 27 | 24 |
| Octal | 133 | 200 | 70 | 35 | 0 | 70 | 62 | 133 | 47 | 44 |
| Binary | 1011011 | 10000000 | 111000 | 11101 | 0 | 111000 | 110010 | 1011011 | 100111 | 100100 |
Color Harmonies of #5B8038
Complementary color
Monochromatic Colors of #5B8038
Black with #5B8038
Text Example
Text Example
White with #5B8038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8038; }
p { color: rgb(91,128,56); }
H1.HeaderClassName
{
color: #5B8038;
}
.AnyTagClassName
{
color: #5B8038;
}
</style>
background-color css
<style>
a { background-color: #5B8038; }
a { background-color: rgb(91,128,56); }
div.DivClassName
{
background-color: #5B8038;
}
.BgClassName
{
background-color: #5B8038;
}
</style>
border-color css
<style>
span { border-color: #5B8038; }
span { border-color: rgb(91,128,56); }
td.TdClassName
{
border-color: #5B8038;
}
.TagClassName
{
border-color: #5B8038;
}
</style>