Shades of Salem #057F45
Tints of Salem #057F45
RGB
CMYK
RGB Variations
Color information
#057F45 (or 0x057F45) is known color: Salem. HEX triplet: 05, 7F and 45. RGB value is (5,127,69). Sum of RGB (Red+Green+Blue) = 5+127+69=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #057F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057F45 is #FA80BA. Grayscale: #545454. Windows color (decimal): -16416955 or 4554501. OLE color: 4554501.
HSL color Cylindrical-coordinate representation of color #057F45: hue angle of 151.48º 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 #057F45 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 69 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.50 |
| HSL | 151.48º | 0.92% | 0.26% | - |
| HSV(B) | 151.48º | 0.96% | 0.5% | - |
| XYZ | 8.73 | 15.64 | 8.19 | - |
| YUV | 83.91 | 119.58 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 69 | 0.96 | 0 | 0.46 | 0.50 | 151.48 | 0.92 | 0.26 |
| Hex | 5 | 7F | 45 | 60 | 0 | 2E | 32 | 97 | 5C | 1A |
| Octal | 5 | 177 | 105 | 140 | 0 | 56 | 62 | 227 | 134 | 32 |
| Binary | 101 | 1111111 | 1000101 | 1100000 | 0 | 101110 | 110010 | 10010111 | 1011100 | 11010 |
Color Harmonies of #057F45
Complementary color
Monochromatic Colors of #057F45
Black with #057F45
Text Example
Text Example
White with #057F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F45; }
p { color: rgb(5,127,69); }
H1.HeaderClassName
{
color: #057F45;
}
.AnyTagClassName
{
color: #057F45;
}
</style>
background-color css
<style>
a { background-color: #057F45; }
a { background-color: rgb(5,127,69); }
div.DivClassName
{
background-color: #057F45;
}
.BgClassName
{
background-color: #057F45;
}
</style>
border-color css
<style>
span { border-color: #057F45; }
span { border-color: rgb(5,127,69); }
td.TdClassName
{
border-color: #057F45;
}
.TagClassName
{
border-color: #057F45;
}
</style>