Shades of Tropical Rain Forest #057C59
Tints of Tropical Rain Forest #057C59
RGB
CMYK
RGB Variations
Color information
#057C59 (or 0x057C59) is known color: Tropical Rain Forest. HEX triplet: 05, 7C and 59. RGB value is (5,124,89). Sum of RGB (Red+Green+Blue) = 5+124+89=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #057C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C59 is #FA83A6. Grayscale: #545454. Windows color (decimal): -16417703 or 5864453. OLE color: 5864453.
HSL color Cylindrical-coordinate representation of color #057C59: hue angle of 162.35º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C59 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 89 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.51 |
| HSL | 162.35º | 0.92% | 0.25% | - |
| HSV(B) | 162.35º | 0.96% | 0.49% | - |
| XYZ | 9.07 | 15.17 | 11.9 | - |
| YUV | 84.43 | 130.58 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 89 | 0.96 | 0 | 0.28 | 0.51 | 162.35 | 0.92 | 0.25 |
| Hex | 5 | 7C | 59 | 60 | 0 | 1C | 33 | A2 | 5C | 19 |
| Octal | 5 | 174 | 131 | 140 | 0 | 34 | 63 | 242 | 134 | 31 |
| Binary | 101 | 1111100 | 1011001 | 1100000 | 0 | 11100 | 110011 | 10100010 | 1011100 | 11001 |
Color Harmonies of #057C59
Complementary color
Monochromatic Colors of #057C59
Black with #057C59
Text Example
Text Example
White with #057C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C59; }
p { color: rgb(5,124,89); }
H1.HeaderClassName
{
color: #057C59;
}
.AnyTagClassName
{
color: #057C59;
}
</style>
background-color css
<style>
a { background-color: #057C59; }
a { background-color: rgb(5,124,89); }
div.DivClassName
{
background-color: #057C59;
}
.BgClassName
{
background-color: #057C59;
}
</style>
border-color css
<style>
span { border-color: #057C59; }
span { border-color: rgb(5,124,89); }
td.TdClassName
{
border-color: #057C59;
}
.TagClassName
{
border-color: #057C59;
}
</style>