Shades of Salem #057F43
Tints of Salem #057F43
RGB
CMYK
RGB Variations
Color information
#057F43 (or 0x057F43) is known color: Salem. HEX triplet: 05, 7F and 43. RGB value is (5,127,67). Sum of RGB (Red+Green+Blue) = 5+127+67=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 127 (50% from 255 or 63.82% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 127 - color contains mainly: green. Hex color #057F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057F43 is #FA80BC. Grayscale: #535353. Windows color (decimal): -16416957 or 4423429. OLE color: 4423429.
HSL color Cylindrical-coordinate representation of color #057F43: hue angle of 150.49º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F43 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 67 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.50 |
| HSL | 150.49º | 0.92% | 0.26% | - |
| HSV(B) | 150.49º | 0.96% | 0.5% | - |
| XYZ | 8.67 | 15.62 | 7.87 | - |
| YUV | 83.68 | 118.58 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 67 | 0.96 | 0 | 0.47 | 0.50 | 150.49 | 0.92 | 0.26 |
| Hex | 5 | 7F | 43 | 60 | 0 | 2F | 32 | 96 | 5C | 1A |
| Octal | 5 | 177 | 103 | 140 | 0 | 57 | 62 | 226 | 134 | 32 |
| Binary | 101 | 1111111 | 1000011 | 1100000 | 0 | 101111 | 110010 | 10010110 | 1011100 | 11010 |
Color Harmonies of #057F43
Complementary color
Monochromatic Colors of #057F43
Black with #057F43
Text Example
Text Example
White with #057F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F43; }
p { color: rgb(5,127,67); }
H1.HeaderClassName
{
color: #057F43;
}
.AnyTagClassName
{
color: #057F43;
}
</style>
background-color css
<style>
a { background-color: #057F43; }
a { background-color: rgb(5,127,67); }
div.DivClassName
{
background-color: #057F43;
}
.BgClassName
{
background-color: #057F43;
}
</style>
border-color css
<style>
span { border-color: #057F43; }
span { border-color: rgb(5,127,67); }
td.TdClassName
{
border-color: #057F43;
}
.TagClassName
{
border-color: #057F43;
}
</style>