Shades of Jewel #056041
Tints of Jewel #056041
RGB
CMYK
RGB Variations
Color information
#056041 (or 0x056041) is known color: Jewel. HEX triplet: 05, 60 and 41. RGB value is (5,96,65). Sum of RGB (Red+Green+Blue) = 5+96+65=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #056041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056041 is #FA9FBE. Grayscale: #414141. Windows color (decimal): -16424895 or 4284421. OLE color: 4284421.
HSL color Cylindrical-coordinate representation of color #056041: hue angle of 159.56º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056041 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 65 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.62 |
| HSL | 159.56º | 0.9% | 0.2% | - |
| HSV(B) | 159.56º | 0.95% | 0.38% | - |
| XYZ | 5.2 | 8.78 | 6.42 | - |
| YUV | 65.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 65 | 0.95 | 0 | 0.32 | 0.62 | 159.56 | 0.9 | 0.2 |
| Hex | 5 | 60 | 41 | 5F | 0 | 20 | 3E | A0 | 5A | 14 |
| Octal | 5 | 140 | 101 | 137 | 0 | 40 | 76 | 240 | 132 | 24 |
| Binary | 101 | 1100000 | 1000001 | 1011111 | 0 | 100000 | 111110 | 10100000 | 1011010 | 10100 |
Color Harmonies of #056041
Complementary color
Monochromatic Colors of #056041
Black with #056041
Text Example
Text Example
White with #056041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056041; }
p { color: rgb(5,96,65); }
H1.HeaderClassName
{
color: #056041;
}
.AnyTagClassName
{
color: #056041;
}
</style>
background-color css
<style>
a { background-color: #056041; }
a { background-color: rgb(5,96,65); }
div.DivClassName
{
background-color: #056041;
}
.BgClassName
{
background-color: #056041;
}
</style>
border-color css
<style>
span { border-color: #056041; }
span { border-color: rgb(5,96,65); }
td.TdClassName
{
border-color: #056041;
}
.TagClassName
{
border-color: #056041;
}
</style>