Shades of Jewel #055D3F
Tints of Jewel #055D3F
RGB
CMYK
RGB Variations
Color information
#055D3F (or 0x055D3F) is known color: Jewel. HEX triplet: 05, 5D and 3F. RGB value is (5,93,63). Sum of RGB (Red+Green+Blue) = 5+93+63=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #055D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D3F is #FAA2C0. Grayscale: #3F3F3F. Windows color (decimal): -16425665 or 4152581. OLE color: 4152581.
HSL color Cylindrical-coordinate representation of color #055D3F: hue angle of 159.55º 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 #055D3F is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 63 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.64 |
| HSL | 159.55º | 0.9% | 0.19% | - |
| HSV(B) | 159.55º | 0.95% | 0.36% | - |
| XYZ | 4.87 | 8.22 | 6.03 | - |
| YUV | 63.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 63 | 0.95 | 0 | 0.32 | 0.64 | 159.55 | 0.9 | 0.19 |
| Hex | 5 | 5D | 3F | 5F | 0 | 20 | 40 | A0 | 5A | 13 |
| Octal | 5 | 135 | 77 | 137 | 0 | 40 | 100 | 240 | 132 | 23 |
| Binary | 101 | 1011101 | 111111 | 1011111 | 0 | 100000 | 1000000 | 10100000 | 1011010 | 10011 |
Color Harmonies of #055D3F
Complementary color
Monochromatic Colors of #055D3F
Black with #055D3F
Text Example
Text Example
White with #055D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D3F; }
p { color: rgb(5,93,63); }
H1.HeaderClassName
{
color: #055D3F;
}
.AnyTagClassName
{
color: #055D3F;
}
</style>
background-color css
<style>
a { background-color: #055D3F; }
a { background-color: rgb(5,93,63); }
div.DivClassName
{
background-color: #055D3F;
}
.BgClassName
{
background-color: #055D3F;
}
</style>
border-color css
<style>
span { border-color: #055D3F; }
span { border-color: rgb(5,93,63); }
td.TdClassName
{
border-color: #055D3F;
}
.TagClassName
{
border-color: #055D3F;
}
</style>