Shades of Jewel #055B41
Tints of Jewel #055B41
RGB
CMYK
RGB Variations
Color information
#055B41 (or 0x055B41) is known color: Jewel. HEX triplet: 05, 5B and 41. RGB value is (5,91,65). Sum of RGB (Red+Green+Blue) = 5+91+65=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 91 (35.94% from 255 or 56.52% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 91 - color contains mainly: green. Hex color #055B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B41 is #FAA4BE. Grayscale: #3E3E3E. Windows color (decimal): -16426175 or 4283141. OLE color: 4283141.
HSL color Cylindrical-coordinate representation of color #055B41: hue angle of 161.86º 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 #055B41 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 65 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.64 |
| HSL | 161.86º | 0.9% | 0.19% | - |
| HSV(B) | 161.86º | 0.95% | 0.36% | - |
| XYZ | 4.76 | 7.9 | 6.27 | - |
| YUV | 62.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 65 | 0.95 | 0 | 0.29 | 0.64 | 161.86 | 0.9 | 0.19 |
| Hex | 5 | 5B | 41 | 5F | 0 | 1D | 40 | A2 | 5A | 13 |
| Octal | 5 | 133 | 101 | 137 | 0 | 35 | 100 | 242 | 132 | 23 |
| Binary | 101 | 1011011 | 1000001 | 1011111 | 0 | 11101 | 1000000 | 10100010 | 1011010 | 10011 |
Color Harmonies of #055B41
Complementary color
Monochromatic Colors of #055B41
Black with #055B41
Text Example
Text Example
White with #055B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B41; }
p { color: rgb(5,91,65); }
H1.HeaderClassName
{
color: #055B41;
}
.AnyTagClassName
{
color: #055B41;
}
</style>
background-color css
<style>
a { background-color: #055B41; }
a { background-color: rgb(5,91,65); }
div.DivClassName
{
background-color: #055B41;
}
.BgClassName
{
background-color: #055B41;
}
</style>
border-color css
<style>
span { border-color: #055B41; }
span { border-color: rgb(5,91,65); }
td.TdClassName
{
border-color: #055B41;
}
.TagClassName
{
border-color: #055B41;
}
</style>