Shades of Jewel #055D40
Tints of Jewel #055D40
RGB
CMYK
RGB Variations
Color information
#055D40 (or 0x055D40) is known color: Jewel. HEX triplet: 05, 5D and 40. RGB value is (5,93,64). Sum of RGB (Red+Green+Blue) = 5+93+64=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #055D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D40 is #FAA2BF. Grayscale: #3F3F3F. Windows color (decimal): -16425664 or 4218117. OLE color: 4218117.
HSL color Cylindrical-coordinate representation of color #055D40: hue angle of 160.23º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D40 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 64 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.64 |
| HSL | 160.23º | 0.9% | 0.19% | - |
| HSV(B) | 160.23º | 0.95% | 0.36% | - |
| XYZ | 4.9 | 8.23 | 6.18 | - |
| YUV | 63.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 64 | 0.95 | 0 | 0.31 | 0.64 | 160.23 | 0.9 | 0.19 |
| Hex | 5 | 5D | 40 | 5F | 0 | 1F | 40 | A0 | 5A | 13 |
| Octal | 5 | 135 | 100 | 137 | 0 | 37 | 100 | 240 | 132 | 23 |
| Binary | 101 | 1011101 | 1000000 | 1011111 | 0 | 11111 | 1000000 | 10100000 | 1011010 | 10011 |
Color Harmonies of #055D40
Complementary color
Monochromatic Colors of #055D40
Black with #055D40
Text Example
Text Example
White with #055D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D40; }
p { color: rgb(5,93,64); }
H1.HeaderClassName
{
color: #055D40;
}
.AnyTagClassName
{
color: #055D40;
}
</style>
background-color css
<style>
a { background-color: #055D40; }
a { background-color: rgb(5,93,64); }
div.DivClassName
{
background-color: #055D40;
}
.BgClassName
{
background-color: #055D40;
}
</style>
border-color css
<style>
span { border-color: #055D40; }
span { border-color: rgb(5,93,64); }
td.TdClassName
{
border-color: #055D40;
}
.TagClassName
{
border-color: #055D40;
}
</style>