Shades of Jewel #056540
Tints of Jewel #056540
RGB
CMYK
RGB Variations
Color information
#056540 (or 0x056540) is known color: Jewel. HEX triplet: 05, 65 and 40. RGB value is (5,101,64). Sum of RGB (Red+Green+Blue) = 5+101+64=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 101 (39.84% from 255 or 59.41% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 101 - color contains mainly: green. Hex color #056540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056540 is #FA9ABF. Grayscale: #444444. Windows color (decimal): -16423616 or 4220165. OLE color: 4220165.
HSL color Cylindrical-coordinate representation of color #056540: hue angle of 156.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056540 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 64 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.60 |
| HSL | 156.88º | 0.91% | 0.21% | - |
| HSV(B) | 156.88º | 0.95% | 0.4% | - |
| XYZ | 5.64 | 9.71 | 6.43 | - |
| YUV | 68.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 64 | 0.95 | 0 | 0.37 | 0.60 | 156.88 | 0.91 | 0.21 |
| Hex | 5 | 65 | 40 | 5F | 0 | 25 | 3C | 9D | 5B | 15 |
| Octal | 5 | 145 | 100 | 137 | 0 | 45 | 74 | 235 | 133 | 25 |
| Binary | 101 | 1100101 | 1000000 | 1011111 | 0 | 100101 | 111100 | 10011101 | 1011011 | 10101 |
Color Harmonies of #056540
Complementary color
Monochromatic Colors of #056540
Black with #056540
Text Example
Text Example
White with #056540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056540; }
p { color: rgb(5,101,64); }
H1.HeaderClassName
{
color: #056540;
}
.AnyTagClassName
{
color: #056540;
}
</style>
background-color css
<style>
a { background-color: #056540; }
a { background-color: rgb(5,101,64); }
div.DivClassName
{
background-color: #056540;
}
.BgClassName
{
background-color: #056540;
}
</style>
border-color css
<style>
span { border-color: #056540; }
span { border-color: rgb(5,101,64); }
td.TdClassName
{
border-color: #056540;
}
.TagClassName
{
border-color: #056540;
}
</style>