Shades of Jewel #055C41
Tints of Jewel #055C41
RGB
CMYK
RGB Variations
Color information
#055C41 (or 0x055C41) is known color: Jewel. HEX triplet: 05, 5C and 41. RGB value is (5,92,65). Sum of RGB (Red+Green+Blue) = 5+92+65=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #055C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C41 is #FAA3BE. Grayscale: #3E3E3E. Windows color (decimal): -16425919 or 4283397. OLE color: 4283397.
HSL color Cylindrical-coordinate representation of color #055C41: hue angle of 161.38º 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 #055C41 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 65 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.64 |
| HSL | 161.38º | 0.9% | 0.19% | - |
| HSV(B) | 161.38º | 0.95% | 0.36% | - |
| XYZ | 4.84 | 8.07 | 6.3 | - |
| YUV | 62.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 65 | 0.95 | 0 | 0.29 | 0.64 | 161.38 | 0.9 | 0.19 |
| Hex | 5 | 5C | 41 | 5F | 0 | 1D | 40 | A1 | 5A | 13 |
| Octal | 5 | 134 | 101 | 137 | 0 | 35 | 100 | 241 | 132 | 23 |
| Binary | 101 | 1011100 | 1000001 | 1011111 | 0 | 11101 | 1000000 | 10100001 | 1011010 | 10011 |
Color Harmonies of #055C41
Complementary color
Monochromatic Colors of #055C41
Black with #055C41
Text Example
Text Example
White with #055C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C41; }
p { color: rgb(5,92,65); }
H1.HeaderClassName
{
color: #055C41;
}
.AnyTagClassName
{
color: #055C41;
}
</style>
background-color css
<style>
a { background-color: #055C41; }
a { background-color: rgb(5,92,65); }
div.DivClassName
{
background-color: #055C41;
}
.BgClassName
{
background-color: #055C41;
}
</style>
border-color css
<style>
span { border-color: #055C41; }
span { border-color: rgb(5,92,65); }
td.TdClassName
{
border-color: #055C41;
}
.TagClassName
{
border-color: #055C41;
}
</style>