Shades of Tropical Rain Forest #057A58
Tints of Tropical Rain Forest #057A58
RGB
CMYK
RGB Variations
Color information
#057A58 (or 0x057A58) is known color: Tropical Rain Forest. HEX triplet: 05, 7A and 58. RGB value is (5,122,88). Sum of RGB (Red+Green+Blue) = 5+122+88=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #057A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A58 is #FA85A7. Grayscale: #535353. Windows color (decimal): -16418216 or 5798405. OLE color: 5798405.
HSL color Cylindrical-coordinate representation of color #057A58: hue angle of 162.56º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A58 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 88 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.52 |
| HSL | 162.56º | 0.92% | 0.25% | - |
| HSV(B) | 162.56º | 0.96% | 0.48% | - |
| XYZ | 8.78 | 14.66 | 11.6 | - |
| YUV | 83.14 | 130.74 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 88 | 0.96 | 0 | 0.28 | 0.52 | 162.56 | 0.92 | 0.25 |
| Hex | 5 | 7A | 58 | 60 | 0 | 1C | 34 | A3 | 5C | 19 |
| Octal | 5 | 172 | 130 | 140 | 0 | 34 | 64 | 243 | 134 | 31 |
| Binary | 101 | 1111010 | 1011000 | 1100000 | 0 | 11100 | 110100 | 10100011 | 1011100 | 11001 |
Color Harmonies of #057A58
Complementary color
Monochromatic Colors of #057A58
Black with #057A58
Text Example
Text Example
White with #057A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A58; }
p { color: rgb(5,122,88); }
H1.HeaderClassName
{
color: #057A58;
}
.AnyTagClassName
{
color: #057A58;
}
</style>
background-color css
<style>
a { background-color: #057A58; }
a { background-color: rgb(5,122,88); }
div.DivClassName
{
background-color: #057A58;
}
.BgClassName
{
background-color: #057A58;
}
</style>
border-color css
<style>
span { border-color: #057A58; }
span { border-color: rgb(5,122,88); }
td.TdClassName
{
border-color: #057A58;
}
.TagClassName
{
border-color: #057A58;
}
</style>