Shades of Tropical Rain Forest #057E5B
Tints of Tropical Rain Forest #057E5B
RGB
CMYK
RGB Variations
Color information
#057E5B (or 0x057E5B) is known color: Tropical Rain Forest. HEX triplet: 05, 7E and 5B. RGB value is (5,126,91). Sum of RGB (Red+Green+Blue) = 5+126+91=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #057E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E5B is #FA81A4. Grayscale: #555555. Windows color (decimal): -16417189 or 5996037. OLE color: 5996037.
HSL color Cylindrical-coordinate representation of color #057E5B: hue angle of 162.64º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057E5B is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 126 | 91 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.51 |
| HSL | 162.64º | 0.92% | 0.26% | - |
| HSV(B) | 162.64º | 0.96% | 0.49% | - |
| XYZ | 9.41 | 15.71 | 12.43 | - |
| YUV | 85.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 91 | 0.96 | 0 | 0.28 | 0.51 | 162.64 | 0.92 | 0.26 |
| Hex | 5 | 7E | 5B | 60 | 0 | 1C | 33 | A3 | 5C | 1A |
| Octal | 5 | 176 | 133 | 140 | 0 | 34 | 63 | 243 | 134 | 32 |
| Binary | 101 | 1111110 | 1011011 | 1100000 | 0 | 11100 | 110011 | 10100011 | 1011100 | 11010 |
Color Harmonies of #057E5B
Complementary color
Monochromatic Colors of #057E5B
Black with #057E5B
Text Example
Text Example
White with #057E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E5B; }
p { color: rgb(5,126,91); }
H1.HeaderClassName
{
color: #057E5B;
}
.AnyTagClassName
{
color: #057E5B;
}
</style>
background-color css
<style>
a { background-color: #057E5B; }
a { background-color: rgb(5,126,91); }
div.DivClassName
{
background-color: #057E5B;
}
.BgClassName
{
background-color: #057E5B;
}
</style>
border-color css
<style>
span { border-color: #057E5B; }
span { border-color: rgb(5,126,91); }
td.TdClassName
{
border-color: #057E5B;
}
.TagClassName
{
border-color: #057E5B;
}
</style>