Shades of Tropical Rain Forest #05865B
Tints of Tropical Rain Forest #05865B
RGB
CMYK
RGB Variations
Color information
#05865B (or 0x05865B) is known color: Tropical Rain Forest. HEX triplet: 05, 86 and 5B. RGB value is (5,134,91). Sum of RGB (Red+Green+Blue) = 5+134+91=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #05865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05865B is #FA79A4. Grayscale: #5A5A5A. Windows color (decimal): -16415141 or 5998085. OLE color: 5998085.
HSL color Cylindrical-coordinate representation of color #05865B: hue angle of 160º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05865B is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 134 | 91 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.47 |
| HSL | 160º | 0.93% | 0.27% | - |
| HSV(B) | 160º | 0.96% | 0.53% | - |
| XYZ | 10.48 | 17.84 | 12.79 | - |
| YUV | 90.53 | 128.26 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 91 | 0.96 | 0 | 0.32 | 0.47 | 160 | 0.93 | 0.27 |
| Hex | 5 | 86 | 5B | 60 | 0 | 20 | 2F | A0 | 5D | 1B |
| Octal | 5 | 206 | 133 | 140 | 0 | 40 | 57 | 240 | 135 | 33 |
| Binary | 101 | 10000110 | 1011011 | 1100000 | 0 | 100000 | 101111 | 10100000 | 1011101 | 11011 |
Color Harmonies of #05865B
Complementary color
Monochromatic Colors of #05865B
Black with #05865B
Text Example
Text Example
White with #05865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05865B; }
p { color: rgb(5,134,91); }
H1.HeaderClassName
{
color: #05865B;
}
.AnyTagClassName
{
color: #05865B;
}
</style>
background-color css
<style>
a { background-color: #05865B; }
a { background-color: rgb(5,134,91); }
div.DivClassName
{
background-color: #05865B;
}
.BgClassName
{
background-color: #05865B;
}
</style>
border-color css
<style>
span { border-color: #05865B; }
span { border-color: rgb(5,134,91); }
td.TdClassName
{
border-color: #05865B;
}
.TagClassName
{
border-color: #05865B;
}
</style>