Shades of Jewel #055A3E
Tints of Jewel #055A3E
RGB
CMYK
RGB Variations
Color information
#055A3E (or 0x055A3E) is known color: Jewel. HEX triplet: 05, 5A and 3E. RGB value is (5,90,62). Sum of RGB (Red+Green+Blue) = 5+90+62=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #055A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A3E is #FAA5C1. Grayscale: #3D3D3D. Windows color (decimal): -16426434 or 4086277. OLE color: 4086277.
HSL color Cylindrical-coordinate representation of color #055A3E: hue angle of 160.24º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A3E is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 62 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.65 |
| HSL | 160.24º | 0.89% | 0.19% | - |
| HSV(B) | 160.24º | 0.94% | 0.35% | - |
| XYZ | 4.59 | 7.69 | 5.8 | - |
| YUV | 61.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 62 | 0.94 | 0 | 0.31 | 0.65 | 160.24 | 0.89 | 0.19 |
| Hex | 5 | 5A | 3E | 5E | 0 | 1F | 41 | A0 | 59 | 13 |
| Octal | 5 | 132 | 76 | 136 | 0 | 37 | 101 | 240 | 131 | 23 |
| Binary | 101 | 1011010 | 111110 | 1011110 | 0 | 11111 | 1000001 | 10100000 | 1011001 | 10011 |
Color Harmonies of #055A3E
Complementary color
Monochromatic Colors of #055A3E
Black with #055A3E
Text Example
Text Example
White with #055A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A3E; }
p { color: rgb(5,90,62); }
H1.HeaderClassName
{
color: #055A3E;
}
.AnyTagClassName
{
color: #055A3E;
}
</style>
background-color css
<style>
a { background-color: #055A3E; }
a { background-color: rgb(5,90,62); }
div.DivClassName
{
background-color: #055A3E;
}
.BgClassName
{
background-color: #055A3E;
}
</style>
border-color css
<style>
span { border-color: #055A3E; }
span { border-color: rgb(5,90,62); }
td.TdClassName
{
border-color: #055A3E;
}
.TagClassName
{
border-color: #055A3E;
}
</style>