Shades of Tropical Rain Forest #057B5C
Tints of Tropical Rain Forest #057B5C
RGB
CMYK
RGB Variations
Color information
#057B5C (or 0x057B5C) is known color: Tropical Rain Forest. HEX triplet: 05, 7B and 5C. RGB value is (5,123,92). Sum of RGB (Red+Green+Blue) = 5+123+92=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #057B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B5C is #FA84A3. Grayscale: #545454. Windows color (decimal): -16417956 or 6060805. OLE color: 6060805.
HSL color Cylindrical-coordinate representation of color #057B5C: hue angle of 164.24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B5C is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 92 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.52 |
| HSL | 164.24º | 0.92% | 0.25% | - |
| HSV(B) | 164.24º | 0.96% | 0.48% | - |
| XYZ | 9.08 | 14.97 | 12.54 | - |
| YUV | 84.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 92 | 0.96 | 0 | 0.25 | 0.52 | 164.24 | 0.92 | 0.25 |
| Hex | 5 | 7B | 5C | 60 | 0 | 19 | 34 | A4 | 5C | 19 |
| Octal | 5 | 173 | 134 | 140 | 0 | 31 | 64 | 244 | 134 | 31 |
| Binary | 101 | 1111011 | 1011100 | 1100000 | 0 | 11001 | 110100 | 10100100 | 1011100 | 11001 |
Color Harmonies of #057B5C
Complementary color
Monochromatic Colors of #057B5C
Black with #057B5C
Text Example
Text Example
White with #057B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B5C; }
p { color: rgb(5,123,92); }
H1.HeaderClassName
{
color: #057B5C;
}
.AnyTagClassName
{
color: #057B5C;
}
</style>
background-color css
<style>
a { background-color: #057B5C; }
a { background-color: rgb(5,123,92); }
div.DivClassName
{
background-color: #057B5C;
}
.BgClassName
{
background-color: #057B5C;
}
</style>
border-color css
<style>
span { border-color: #057B5C; }
span { border-color: rgb(5,123,92); }
td.TdClassName
{
border-color: #057B5C;
}
.TagClassName
{
border-color: #057B5C;
}
</style>