Shades of Deep Fir #053711
Tints of Deep Fir #053711
RGB
CMYK
RGB Variations
Color information
#053711 (or 0x053711) is known color: Deep Fir. HEX triplet: 05, 37 and 11. RGB value is (5,55,17). Sum of RGB (Red+Green+Blue) = 5+55+17=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 55 (21.88% from 255 or 71.43% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 55 - color contains mainly: green. Hex color #053711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053711 is #FAC8EE. Grayscale: #232323. Windows color (decimal): -16435439 or 1128197. OLE color: 1128197.
HSL color Cylindrical-coordinate representation of color #053711: hue angle of 134.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053711 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 55 | 17 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.78 |
| HSL | 134.4º | 0.83% | 0.12% | - |
| HSV(B) | 134.4º | 0.91% | 0.22% | - |
| XYZ | 1.53 | 2.81 | 0.99 | - |
| YUV | 35.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 17 | 0.91 | 0 | 0.69 | 0.78 | 134.4 | 0.83 | 0.12 |
| Hex | 5 | 37 | 11 | 5B | 0 | 45 | 4E | 86 | 53 | C |
| Octal | 5 | 67 | 21 | 133 | 0 | 105 | 116 | 206 | 123 | 14 |
| Binary | 101 | 110111 | 10001 | 1011011 | 0 | 1000101 | 1001110 | 10000110 | 1010011 | 1100 |
Color Harmonies of #053711
Complementary color
Monochromatic Colors of #053711
Black with #053711
Text Example
Text Example
White with #053711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053711; }
p { color: rgb(5,55,17); }
H1.HeaderClassName
{
color: #053711;
}
.AnyTagClassName
{
color: #053711;
}
</style>
background-color css
<style>
a { background-color: #053711; }
a { background-color: rgb(5,55,17); }
div.DivClassName
{
background-color: #053711;
}
.BgClassName
{
background-color: #053711;
}
</style>
border-color css
<style>
span { border-color: #053711; }
span { border-color: rgb(5,55,17); }
td.TdClassName
{
border-color: #053711;
}
.TagClassName
{
border-color: #053711;
}
</style>