Shades of Tropical Rain Forest #057C58
Tints of Tropical Rain Forest #057C58
RGB
CMYK
RGB Variations
Color information
#057C58 (or 0x057C58) is known color: Tropical Rain Forest. HEX triplet: 05, 7C and 58. RGB value is (5,124,88). Sum of RGB (Red+Green+Blue) = 5+124+88=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #057C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C58 is #FA83A7. Grayscale: #545454. Windows color (decimal): -16417704 or 5798917. OLE color: 5798917.
HSL color Cylindrical-coordinate representation of color #057C58: hue angle of 161.85º 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 #057C58 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 88 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.51 |
| HSL | 161.85º | 0.92% | 0.25% | - |
| HSV(B) | 161.85º | 0.96% | 0.49% | - |
| XYZ | 9.03 | 15.15 | 11.68 | - |
| YUV | 84.32 | 130.08 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 88 | 0.96 | 0 | 0.29 | 0.51 | 161.85 | 0.92 | 0.25 |
| Hex | 5 | 7C | 58 | 60 | 0 | 1D | 33 | A2 | 5C | 19 |
| Octal | 5 | 174 | 130 | 140 | 0 | 35 | 63 | 242 | 134 | 31 |
| Binary | 101 | 1111100 | 1011000 | 1100000 | 0 | 11101 | 110011 | 10100010 | 1011100 | 11001 |
Color Harmonies of #057C58
Complementary color
Monochromatic Colors of #057C58
Black with #057C58
Text Example
Text Example
White with #057C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C58; }
p { color: rgb(5,124,88); }
H1.HeaderClassName
{
color: #057C58;
}
.AnyTagClassName
{
color: #057C58;
}
</style>
background-color css
<style>
a { background-color: #057C58; }
a { background-color: rgb(5,124,88); }
div.DivClassName
{
background-color: #057C58;
}
.BgClassName
{
background-color: #057C58;
}
</style>
border-color css
<style>
span { border-color: #057C58; }
span { border-color: rgb(5,124,88); }
td.TdClassName
{
border-color: #057C58;
}
.TagClassName
{
border-color: #057C58;
}
</style>