Shades of Tropical Rain Forest #057C5A
Tints of Tropical Rain Forest #057C5A
RGB
CMYK
RGB Variations
Color information
#057C5A (or 0x057C5A) is known color: Tropical Rain Forest. HEX triplet: 05, 7C and 5A. RGB value is (5,124,90). Sum of RGB (Red+Green+Blue) = 5+124+90=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #057C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C5A is #FA83A5. Grayscale: #545454. Windows color (decimal): -16417702 or 5929989. OLE color: 5929989.
HSL color Cylindrical-coordinate representation of color #057C5A: hue angle of 162.86º 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 #057C5A is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 90 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.51 |
| HSL | 162.86º | 0.92% | 0.25% | - |
| HSV(B) | 162.86º | 0.96% | 0.49% | - |
| XYZ | 9.12 | 15.19 | 12.12 | - |
| YUV | 84.54 | 131.08 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 90 | 0.96 | 0 | 0.27 | 0.51 | 162.86 | 0.92 | 0.25 |
| Hex | 5 | 7C | 5A | 60 | 0 | 1B | 33 | A3 | 5C | 19 |
| Octal | 5 | 174 | 132 | 140 | 0 | 33 | 63 | 243 | 134 | 31 |
| Binary | 101 | 1111100 | 1011010 | 1100000 | 0 | 11011 | 110011 | 10100011 | 1011100 | 11001 |
Color Harmonies of #057C5A
Complementary color
Monochromatic Colors of #057C5A
Black with #057C5A
Text Example
Text Example
White with #057C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C5A; }
p { color: rgb(5,124,90); }
H1.HeaderClassName
{
color: #057C5A;
}
.AnyTagClassName
{
color: #057C5A;
}
</style>
background-color css
<style>
a { background-color: #057C5A; }
a { background-color: rgb(5,124,90); }
div.DivClassName
{
background-color: #057C5A;
}
.BgClassName
{
background-color: #057C5A;
}
</style>
border-color css
<style>
span { border-color: #057C5A; }
span { border-color: rgb(5,124,90); }
td.TdClassName
{
border-color: #057C5A;
}
.TagClassName
{
border-color: #057C5A;
}
</style>