Shades of Tropical Rain Forest #056B5D
Tints of Tropical Rain Forest #056B5D
RGB
CMYK
RGB Variations
Color information
#056B5D (or 0x056B5D) is known color: Tropical Rain Forest. HEX triplet: 05, 6B and 5D. RGB value is (5,107,93). Sum of RGB (Red+Green+Blue) = 5+107+93=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #056B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B5D is #FA94A2. Grayscale: #4A4A4A. Windows color (decimal): -16422051 or 6122245. OLE color: 6122245.
HSL color Cylindrical-coordinate representation of color #056B5D: hue angle of 171.76º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B5D is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 93 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.58 |
| HSL | 171.76º | 0.91% | 0.22% | - |
| HSV(B) | 171.76º | 0.95% | 0.42% | - |
| XYZ | 7.3 | 11.34 | 12.16 | - |
| YUV | 74.91 | 138.21 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 93 | 0.95 | 0 | 0.13 | 0.58 | 171.76 | 0.91 | 0.22 |
| Hex | 5 | 6B | 5D | 5F | 0 | D | 3A | AC | 5B | 16 |
| Octal | 5 | 153 | 135 | 137 | 0 | 15 | 72 | 254 | 133 | 26 |
| Binary | 101 | 1101011 | 1011101 | 1011111 | 0 | 1101 | 111010 | 10101100 | 1011011 | 10110 |
Color Harmonies of #056B5D
Complementary color
Monochromatic Colors of #056B5D
Black with #056B5D
Text Example
Text Example
White with #056B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B5D; }
p { color: rgb(5,107,93); }
H1.HeaderClassName
{
color: #056B5D;
}
.AnyTagClassName
{
color: #056B5D;
}
</style>
background-color css
<style>
a { background-color: #056B5D; }
a { background-color: rgb(5,107,93); }
div.DivClassName
{
background-color: #056B5D;
}
.BgClassName
{
background-color: #056B5D;
}
</style>
border-color css
<style>
span { border-color: #056B5D; }
span { border-color: rgb(5,107,93); }
td.TdClassName
{
border-color: #056B5D;
}
.TagClassName
{
border-color: #056B5D;
}
</style>