Shades of Jewel #055B42
Tints of Jewel #055B42
RGB
CMYK
RGB Variations
Color information
#055B42 (or 0x055B42) is known color: Jewel. HEX triplet: 05, 5B and 42. RGB value is (5,91,66). Sum of RGB (Red+Green+Blue) = 5+91+66=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 91 (35.94% from 255 or 56.17% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 91 - color contains mainly: green. Hex color #055B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B42 is #FAA4BD. Grayscale: #3E3E3E. Windows color (decimal): -16426174 or 4348677. OLE color: 4348677.
HSL color Cylindrical-coordinate representation of color #055B42: hue angle of 162.56º 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 #055B42 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 66 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.64 |
| HSL | 162.56º | 0.9% | 0.19% | - |
| HSV(B) | 162.56º | 0.95% | 0.36% | - |
| XYZ | 4.79 | 7.91 | 6.43 | - |
| YUV | 62.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 66 | 0.95 | 0 | 0.27 | 0.64 | 162.56 | 0.9 | 0.19 |
| Hex | 5 | 5B | 42 | 5F | 0 | 1B | 40 | A3 | 5A | 13 |
| Octal | 5 | 133 | 102 | 137 | 0 | 33 | 100 | 243 | 132 | 23 |
| Binary | 101 | 1011011 | 1000010 | 1011111 | 0 | 11011 | 1000000 | 10100011 | 1011010 | 10011 |
Color Harmonies of #055B42
Complementary color
Monochromatic Colors of #055B42
Black with #055B42
Text Example
Text Example
White with #055B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B42; }
p { color: rgb(5,91,66); }
H1.HeaderClassName
{
color: #055B42;
}
.AnyTagClassName
{
color: #055B42;
}
</style>
background-color css
<style>
a { background-color: #055B42; }
a { background-color: rgb(5,91,66); }
div.DivClassName
{
background-color: #055B42;
}
.BgClassName
{
background-color: #055B42;
}
</style>
border-color css
<style>
span { border-color: #055B42; }
span { border-color: rgb(5,91,66); }
td.TdClassName
{
border-color: #055B42;
}
.TagClassName
{
border-color: #055B42;
}
</style>