Shades of Tropical Rain Forest #057E58
Tints of Tropical Rain Forest #057E58
RGB
CMYK
RGB Variations
Color information
#057E58 (or 0x057E58) is known color: Tropical Rain Forest. HEX triplet: 05, 7E and 58. RGB value is (5,126,88). Sum of RGB (Red+Green+Blue) = 5+126+88=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 126 (49.61% from 255 or 57.53% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 126 - color contains mainly: green. Hex color #057E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E58 is #FA81A7. Grayscale: #555555. Windows color (decimal): -16417192 or 5799429. OLE color: 5799429.
HSL color Cylindrical-coordinate representation of color #057E58: hue angle of 161.16º 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 #057E58 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 126 | 88 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.51 |
| HSL | 161.16º | 0.92% | 0.26% | - |
| HSV(B) | 161.16º | 0.96% | 0.49% | - |
| XYZ | 9.28 | 15.66 | 11.77 | - |
| YUV | 85.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 88 | 0.96 | 0 | 0.30 | 0.51 | 161.16 | 0.92 | 0.26 |
| Hex | 5 | 7E | 58 | 60 | 0 | 1E | 33 | A1 | 5C | 1A |
| Octal | 5 | 176 | 130 | 140 | 0 | 36 | 63 | 241 | 134 | 32 |
| Binary | 101 | 1111110 | 1011000 | 1100000 | 0 | 11110 | 110011 | 10100001 | 1011100 | 11010 |
Color Harmonies of #057E58
Complementary color
Monochromatic Colors of #057E58
Black with #057E58
Text Example
Text Example
White with #057E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E58; }
p { color: rgb(5,126,88); }
H1.HeaderClassName
{
color: #057E58;
}
.AnyTagClassName
{
color: #057E58;
}
</style>
background-color css
<style>
a { background-color: #057E58; }
a { background-color: rgb(5,126,88); }
div.DivClassName
{
background-color: #057E58;
}
.BgClassName
{
background-color: #057E58;
}
</style>
border-color css
<style>
span { border-color: #057E58; }
span { border-color: rgb(5,126,88); }
td.TdClassName
{
border-color: #057E58;
}
.TagClassName
{
border-color: #057E58;
}
</style>