Shades of Tropical Rain Forest #05805B
Tints of Tropical Rain Forest #05805B
RGB
CMYK
RGB Variations
Color information
#05805B (or 0x05805B) is known color: Tropical Rain Forest. HEX triplet: 05, 80 and 5B. RGB value is (5,128,91). Sum of RGB (Red+Green+Blue) = 5+128+91=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #05805B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05805B is #FA7FA4. Grayscale: #575757. Windows color (decimal): -16416677 or 5996549. OLE color: 5996549.
HSL color Cylindrical-coordinate representation of color #05805B: hue angle of 161.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05805B is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 91 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.50 |
| HSL | 161.95º | 0.92% | 0.26% | - |
| HSV(B) | 161.95º | 0.96% | 0.5% | - |
| XYZ | 9.67 | 16.23 | 12.52 | - |
| YUV | 87.01 | 130.25 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 91 | 0.96 | 0 | 0.29 | 0.50 | 161.95 | 0.92 | 0.26 |
| Hex | 5 | 80 | 5B | 60 | 0 | 1D | 32 | A2 | 5C | 1A |
| Octal | 5 | 200 | 133 | 140 | 0 | 35 | 62 | 242 | 134 | 32 |
| Binary | 101 | 10000000 | 1011011 | 1100000 | 0 | 11101 | 110010 | 10100010 | 1011100 | 11010 |
Color Harmonies of #05805B
Complementary color
Monochromatic Colors of #05805B
Black with #05805B
Text Example
Text Example
White with #05805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05805B; }
p { color: rgb(5,128,91); }
H1.HeaderClassName
{
color: #05805B;
}
.AnyTagClassName
{
color: #05805B;
}
</style>
background-color css
<style>
a { background-color: #05805B; }
a { background-color: rgb(5,128,91); }
div.DivClassName
{
background-color: #05805B;
}
.BgClassName
{
background-color: #05805B;
}
</style>
border-color css
<style>
span { border-color: #05805B; }
span { border-color: rgb(5,128,91); }
td.TdClassName
{
border-color: #05805B;
}
.TagClassName
{
border-color: #05805B;
}
</style>