Shades of Jewel #055F42
Tints of Jewel #055F42
RGB
CMYK
RGB Variations
Color information
#055F42 (or 0x055F42) is known color: Jewel. HEX triplet: 05, 5F and 42. RGB value is (5,95,66). Sum of RGB (Red+Green+Blue) = 5+95+66=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #055F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F42 is #FAA0BD. Grayscale: #404040. Windows color (decimal): -16425150 or 4349701. OLE color: 4349701.
HSL color Cylindrical-coordinate representation of color #055F42: hue angle of 160.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F42 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 95 | 66 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.63 |
| HSL | 160.67º | 0.9% | 0.2% | - |
| HSV(B) | 160.67º | 0.95% | 0.37% | - |
| XYZ | 5.14 | 8.61 | 6.55 | - |
| YUV | 64.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 95 | 66 | 0.95 | 0 | 0.31 | 0.63 | 160.67 | 0.9 | 0.2 |
| Hex | 5 | 5F | 42 | 5F | 0 | 1F | 3F | A1 | 5A | 14 |
| Octal | 5 | 137 | 102 | 137 | 0 | 37 | 77 | 241 | 132 | 24 |
| Binary | 101 | 1011111 | 1000010 | 1011111 | 0 | 11111 | 111111 | 10100001 | 1011010 | 10100 |
Color Harmonies of #055F42
Complementary color
Monochromatic Colors of #055F42
Black with #055F42
Text Example
Text Example
White with #055F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055F42; }
p { color: rgb(5,95,66); }
H1.HeaderClassName
{
color: #055F42;
}
.AnyTagClassName
{
color: #055F42;
}
</style>
background-color css
<style>
a { background-color: #055F42; }
a { background-color: rgb(5,95,66); }
div.DivClassName
{
background-color: #055F42;
}
.BgClassName
{
background-color: #055F42;
}
</style>
border-color css
<style>
span { border-color: #055F42; }
span { border-color: rgb(5,95,66); }
td.TdClassName
{
border-color: #055F42;
}
.TagClassName
{
border-color: #055F42;
}
</style>