Shades of Deep Fir #053314
Tints of Deep Fir #053314
RGB
CMYK
RGB Variations
Color information
#053314 (or 0x053314) is known color: Deep Fir. HEX triplet: 05, 33 and 14. RGB value is (5,51,20). Sum of RGB (Red+Green+Blue) = 5+51+20=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #053314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053314 is #FACCEB. Grayscale: #212121. Windows color (decimal): -16436460 or 1323781. OLE color: 1323781.
HSL color Cylindrical-coordinate representation of color #053314: hue angle of 139.57º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053314 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 20 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.8 |
| HSL | 139.57º | 0.82% | 0.11% | - |
| HSV(B) | 139.57º | 0.9% | 0.2% | - |
| XYZ | 1.37 | 2.45 | 1.06 | - |
| YUV | 33.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 20 | 0.90 | 0 | 0.61 | 0.8 | 139.57 | 0.82 | 0.11 |
| Hex | 5 | 33 | 14 | 5A | 0 | 3D | 50 | 8C | 52 | B |
| Octal | 5 | 63 | 24 | 132 | 0 | 75 | 120 | 214 | 122 | 13 |
| Binary | 101 | 110011 | 10100 | 1011010 | 0 | 111101 | 1010000 | 10001100 | 1010010 | 1011 |
Color Harmonies of #053314
Complementary color
Monochromatic Colors of #053314
Black with #053314
Text Example
Text Example
White with #053314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053314; }
p { color: rgb(5,51,20); }
H1.HeaderClassName
{
color: #053314;
}
.AnyTagClassName
{
color: #053314;
}
</style>
background-color css
<style>
a { background-color: #053314; }
a { background-color: rgb(5,51,20); }
div.DivClassName
{
background-color: #053314;
}
.BgClassName
{
background-color: #053314;
}
</style>
border-color css
<style>
span { border-color: #053314; }
span { border-color: rgb(5,51,20); }
td.TdClassName
{
border-color: #053314;
}
.TagClassName
{
border-color: #053314;
}
</style>