Shades of Jewel #056F3F
Tints of Jewel #056F3F
RGB
CMYK
RGB Variations
Color information
#056F3F (or 0x056F3F) is known color: Jewel. HEX triplet: 05, 6F and 3F. RGB value is (5,111,63). Sum of RGB (Red+Green+Blue) = 5+111+63=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #056F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F3F is #FA90C0. Grayscale: #494949. Windows color (decimal): -16421057 or 4157189. OLE color: 4157189.
HSL color Cylindrical-coordinate representation of color #056F3F: hue angle of 152.83º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F3F is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 63 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.56 |
| HSL | 152.83º | 0.91% | 0.23% | - |
| HSV(B) | 152.83º | 0.95% | 0.44% | - |
| XYZ | 6.64 | 11.76 | 6.62 | - |
| YUV | 73.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 63 | 0.95 | 0 | 0.43 | 0.56 | 152.83 | 0.91 | 0.23 |
| Hex | 5 | 6F | 3F | 5F | 0 | 2B | 38 | 99 | 5B | 17 |
| Octal | 5 | 157 | 77 | 137 | 0 | 53 | 70 | 231 | 133 | 27 |
| Binary | 101 | 1101111 | 111111 | 1011111 | 0 | 101011 | 111000 | 10011001 | 1011011 | 10111 |
Color Harmonies of #056F3F
Complementary color
Monochromatic Colors of #056F3F
Black with #056F3F
Text Example
Text Example
White with #056F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F3F; }
p { color: rgb(5,111,63); }
H1.HeaderClassName
{
color: #056F3F;
}
.AnyTagClassName
{
color: #056F3F;
}
</style>
background-color css
<style>
a { background-color: #056F3F; }
a { background-color: rgb(5,111,63); }
div.DivClassName
{
background-color: #056F3F;
}
.BgClassName
{
background-color: #056F3F;
}
</style>
border-color css
<style>
span { border-color: #056F3F; }
span { border-color: rgb(5,111,63); }
td.TdClassName
{
border-color: #056F3F;
}
.TagClassName
{
border-color: #056F3F;
}
</style>