Shades of Tropical Rain Forest #057C5D
Tints of Tropical Rain Forest #057C5D
RGB
CMYK
RGB Variations
Color information
#057C5D (or 0x057C5D) is known color: Tropical Rain Forest. HEX triplet: 05, 7C and 5D. RGB value is (5,124,93). Sum of RGB (Red+Green+Blue) = 5+124+93=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #057C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C5D is #FA83A2. Grayscale: #545454. Windows color (decimal): -16417699 or 6126597. OLE color: 6126597.
HSL color Cylindrical-coordinate representation of color #057C5D: hue angle of 164.37º 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 #057C5D is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 93 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.51 |
| HSL | 164.37º | 0.92% | 0.25% | - |
| HSV(B) | 164.37º | 0.96% | 0.49% | - |
| XYZ | 9.25 | 15.24 | 12.81 | - |
| YUV | 84.89 | 132.58 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 93 | 0.96 | 0 | 0.25 | 0.51 | 164.37 | 0.92 | 0.25 |
| Hex | 5 | 7C | 5D | 60 | 0 | 19 | 33 | A4 | 5C | 19 |
| Octal | 5 | 174 | 135 | 140 | 0 | 31 | 63 | 244 | 134 | 31 |
| Binary | 101 | 1111100 | 1011101 | 1100000 | 0 | 11001 | 110011 | 10100100 | 1011100 | 11001 |
Color Harmonies of #057C5D
Complementary color
Monochromatic Colors of #057C5D
Black with #057C5D
Text Example
Text Example
White with #057C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C5D; }
p { color: rgb(5,124,93); }
H1.HeaderClassName
{
color: #057C5D;
}
.AnyTagClassName
{
color: #057C5D;
}
</style>
background-color css
<style>
a { background-color: #057C5D; }
a { background-color: rgb(5,124,93); }
div.DivClassName
{
background-color: #057C5D;
}
.BgClassName
{
background-color: #057C5D;
}
</style>
border-color css
<style>
span { border-color: #057C5D; }
span { border-color: rgb(5,124,93); }
td.TdClassName
{
border-color: #057C5D;
}
.TagClassName
{
border-color: #057C5D;
}
</style>