Shades of Jewel #055942
Tints of Jewel #055942
RGB
CMYK
RGB Variations
Color information
#055942 (or 0x055942) is known color: Jewel. HEX triplet: 05, 59 and 42. RGB value is (5,89,66). Sum of RGB (Red+Green+Blue) = 5+89+66=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #055942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055942 is #FAA6BD. Grayscale: #3D3D3D. Windows color (decimal): -16426686 or 4348165. OLE color: 4348165.
HSL color Cylindrical-coordinate representation of color #055942: hue angle of 163.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055942 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 89 | 66 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.65 |
| HSL | 163.57º | 0.89% | 0.18% | - |
| HSV(B) | 163.57º | 0.94% | 0.35% | - |
| XYZ | 4.62 | 7.57 | 6.37 | - |
| YUV | 61.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 66 | 0.94 | 0 | 0.26 | 0.65 | 163.57 | 0.89 | 0.18 |
| Hex | 5 | 59 | 42 | 5E | 0 | 1A | 41 | A4 | 59 | 12 |
| Octal | 5 | 131 | 102 | 136 | 0 | 32 | 101 | 244 | 131 | 22 |
| Binary | 101 | 1011001 | 1000010 | 1011110 | 0 | 11010 | 1000001 | 10100100 | 1011001 | 10010 |
Color Harmonies of #055942
Complementary color
Monochromatic Colors of #055942
Black with #055942
Text Example
Text Example
White with #055942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055942; }
p { color: rgb(5,89,66); }
H1.HeaderClassName
{
color: #055942;
}
.AnyTagClassName
{
color: #055942;
}
</style>
background-color css
<style>
a { background-color: #055942; }
a { background-color: rgb(5,89,66); }
div.DivClassName
{
background-color: #055942;
}
.BgClassName
{
background-color: #055942;
}
</style>
border-color css
<style>
span { border-color: #055942; }
span { border-color: rgb(5,89,66); }
td.TdClassName
{
border-color: #055942;
}
.TagClassName
{
border-color: #055942;
}
</style>