Shades of Salem #057B45
Tints of Salem #057B45
RGB
CMYK
RGB Variations
Color information
#057B45 (or 0x057B45) is known color: Salem. HEX triplet: 05, 7B and 45. RGB value is (5,123,69). Sum of RGB (Red+Green+Blue) = 5+123+69=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 123 (48.44% from 255 or 62.44% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 123 - color contains mainly: green. Hex color #057B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B45 is #FA84BA. Grayscale: #515151. Windows color (decimal): -16417979 or 4553477. OLE color: 4553477.
HSL color Cylindrical-coordinate representation of color #057B45: hue angle of 152.54º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B45 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 69 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.52 |
| HSL | 152.54º | 0.92% | 0.25% | - |
| HSV(B) | 152.54º | 0.96% | 0.48% | - |
| XYZ | 8.22 | 14.63 | 8.02 | - |
| YUV | 81.56 | 120.91 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 69 | 0.96 | 0 | 0.44 | 0.52 | 152.54 | 0.92 | 0.25 |
| Hex | 5 | 7B | 45 | 60 | 0 | 2C | 34 | 99 | 5C | 19 |
| Octal | 5 | 173 | 105 | 140 | 0 | 54 | 64 | 231 | 134 | 31 |
| Binary | 101 | 1111011 | 1000101 | 1100000 | 0 | 101100 | 110100 | 10011001 | 1011100 | 11001 |
Color Harmonies of #057B45
Complementary color
Monochromatic Colors of #057B45
Black with #057B45
Text Example
Text Example
White with #057B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B45; }
p { color: rgb(5,123,69); }
H1.HeaderClassName
{
color: #057B45;
}
.AnyTagClassName
{
color: #057B45;
}
</style>
background-color css
<style>
a { background-color: #057B45; }
a { background-color: rgb(5,123,69); }
div.DivClassName
{
background-color: #057B45;
}
.BgClassName
{
background-color: #057B45;
}
</style>
border-color css
<style>
span { border-color: #057B45; }
span { border-color: rgb(5,123,69); }
td.TdClassName
{
border-color: #057B45;
}
.TagClassName
{
border-color: #057B45;
}
</style>