Shades of Jewel #055C40
Tints of Jewel #055C40
RGB
CMYK
RGB Variations
Color information
#055C40 (or 0x055C40) is known color: Jewel. HEX triplet: 05, 5C and 40. RGB value is (5,92,64). Sum of RGB (Red+Green+Blue) = 5+92+64=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #055C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C40 is #FAA3BF. Grayscale: #3E3E3E. Windows color (decimal): -16425920 or 4217861. OLE color: 4217861.
HSL color Cylindrical-coordinate representation of color #055C40: hue angle of 160.69º 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 #055C40 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 64 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.64 |
| HSL | 160.69º | 0.9% | 0.19% | - |
| HSV(B) | 160.69º | 0.95% | 0.36% | - |
| XYZ | 4.82 | 8.06 | 6.15 | - |
| YUV | 62.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 64 | 0.95 | 0 | 0.30 | 0.64 | 160.69 | 0.9 | 0.19 |
| Hex | 5 | 5C | 40 | 5F | 0 | 1E | 40 | A1 | 5A | 13 |
| Octal | 5 | 134 | 100 | 137 | 0 | 36 | 100 | 241 | 132 | 23 |
| Binary | 101 | 1011100 | 1000000 | 1011111 | 0 | 11110 | 1000000 | 10100001 | 1011010 | 10011 |
Color Harmonies of #055C40
Complementary color
Monochromatic Colors of #055C40
Black with #055C40
Text Example
Text Example
White with #055C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C40; }
p { color: rgb(5,92,64); }
H1.HeaderClassName
{
color: #055C40;
}
.AnyTagClassName
{
color: #055C40;
}
</style>
background-color css
<style>
a { background-color: #055C40; }
a { background-color: rgb(5,92,64); }
div.DivClassName
{
background-color: #055C40;
}
.BgClassName
{
background-color: #055C40;
}
</style>
border-color css
<style>
span { border-color: #055C40; }
span { border-color: rgb(5,92,64); }
td.TdClassName
{
border-color: #055C40;
}
.TagClassName
{
border-color: #055C40;
}
</style>