Html Css Color HEX #057864 Tropical Rain Forest
📋 copy color: '#057864'red 5 ◦ green 120 ◦ blue 100
Shades of Tropical Rain Forest #057864
Tints of Tropical Rain Forest #057864
RGB
CMYK
RGB Variations
Color information
#057864 (or 0x057864) is known color: Tropical Rain Forest. HEX triplet: 05, 78 and 64. RGB value is (5,120,100). Sum of RGB (Red+Green+Blue) = 5+120+100=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #057864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057864 is #FA879B. Grayscale: #535353. Windows color (decimal): -16418716 or 6584325. OLE color: 6584325.
HSL color Cylindrical-coordinate representation of color #057864: hue angle of 169.57º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057864 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 120 | 100 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.53 |
| HSL | 169.57º | 0.92% | 0.25% | - |
| HSV(B) | 169.57º | 0.96% | 0.47% | - |
| XYZ | 9.08 | 14.39 | 14.35 | - |
| YUV | 83.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 100 | 0.96 | 0 | 0.17 | 0.53 | 169.57 | 0.92 | 0.25 |
| Hex | 5 | 78 | 64 | 60 | 0 | 11 | 35 | AA | 5C | 19 |
| Octal | 5 | 170 | 144 | 140 | 0 | 21 | 65 | 252 | 134 | 31 |
| Binary | 101 | 1111000 | 1100100 | 1100000 | 0 | 10001 | 110101 | 10101010 | 1011100 | 11001 |
Color Harmonies of #057864
Complementary color
Monochromatic Colors of #057864
Black with #057864
Text Example
Text Example
White with #057864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057864; }
p { color: rgb(5,120,100); }
H1.HeaderClassName
{
color: #057864;
}
.AnyTagClassName
{
color: #057864;
}
</style>
background-color css
<style>
a { background-color: #057864; }
a { background-color: rgb(5,120,100); }
div.DivClassName
{
background-color: #057864;
}
.BgClassName
{
background-color: #057864;
}
</style>
border-color css
<style>
span { border-color: #057864; }
span { border-color: rgb(5,120,100); }
td.TdClassName
{
border-color: #057864;
}
.TagClassName
{
border-color: #057864;
}
</style>