Shades of Dingley #5B6F4C
Tints of Dingley #5B6F4C
RGB
CMYK
RGB Variations
Color information
#5B6F4C (or 0x5B6F4C) is known color: Dingley. HEX triplet: 5B, 6F and 4C. RGB value is (91,111,76). Sum of RGB (Red+Green+Blue) = 91+111+76=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6F4C is #A490B3. Grayscale: #656565. Windows color (decimal): -10784948 or 5009243. OLE color: 5009243.
HSL color Cylindrical-coordinate representation of color #5B6F4C: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B6F4C is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 111 | 76 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.56 |
| HSL | 94.29º | 0.19% | 0.37% | - |
| HSV(B) | 94.29º | 0.32% | 0.44% | - |
| XYZ | 11.3 | 14.11 | 8.97 | - |
| YUV | 101.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 76 | 0.18 | 0 | 0.32 | 0.56 | 94.29 | 0.19 | 0.37 |
| Hex | 5B | 6F | 4C | 12 | 0 | 20 | 38 | 5E | 13 | 25 |
| Octal | 133 | 157 | 114 | 22 | 0 | 40 | 70 | 136 | 23 | 45 |
| Binary | 1011011 | 1101111 | 1001100 | 10010 | 0 | 100000 | 111000 | 1011110 | 10011 | 100101 |
Color Harmonies of #5B6F4C
Complementary color
Monochromatic Colors of #5B6F4C
Black with #5B6F4C
Text Example
Text Example
White with #5B6F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6F4C; }
p { color: rgb(91,111,76); }
H1.HeaderClassName
{
color: #5B6F4C;
}
.AnyTagClassName
{
color: #5B6F4C;
}
</style>
background-color css
<style>
a { background-color: #5B6F4C; }
a { background-color: rgb(91,111,76); }
div.DivClassName
{
background-color: #5B6F4C;
}
.BgClassName
{
background-color: #5B6F4C;
}
</style>
border-color css
<style>
span { border-color: #5B6F4C; }
span { border-color: rgb(91,111,76); }
td.TdClassName
{
border-color: #5B6F4C;
}
.TagClassName
{
border-color: #5B6F4C;
}
</style>