Shades of Salem #058445
Tints of Salem #058445
RGB
CMYK
RGB Variations
Color information
#058445 (or 0x058445) is known color: Salem. HEX triplet: 05, 84 and 45. RGB value is (5,132,69). Sum of RGB (Red+Green+Blue) = 5+132+69=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #058445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058445 is #FA7BBA. Grayscale: #565656. Windows color (decimal): -16415675 or 4555781. OLE color: 4555781.
HSL color Cylindrical-coordinate representation of color #058445: hue angle of 150.24º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058445 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 132 | 69 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.48 |
| HSL | 150.24º | 0.93% | 0.27% | - |
| HSV(B) | 150.24º | 0.96% | 0.52% | - |
| XYZ | 9.39 | 16.96 | 8.41 | - |
| YUV | 86.85 | 117.92 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 69 | 0.96 | 0 | 0.48 | 0.48 | 150.24 | 0.93 | 0.27 |
| Hex | 5 | 84 | 45 | 60 | 0 | 30 | 30 | 96 | 5D | 1B |
| Octal | 5 | 204 | 105 | 140 | 0 | 60 | 60 | 226 | 135 | 33 |
| Binary | 101 | 10000100 | 1000101 | 1100000 | 0 | 110000 | 110000 | 10010110 | 1011101 | 11011 |
Color Harmonies of #058445
Complementary color
Monochromatic Colors of #058445
Black with #058445
Text Example
Text Example
White with #058445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058445; }
p { color: rgb(5,132,69); }
H1.HeaderClassName
{
color: #058445;
}
.AnyTagClassName
{
color: #058445;
}
</style>
background-color css
<style>
a { background-color: #058445; }
a { background-color: rgb(5,132,69); }
div.DivClassName
{
background-color: #058445;
}
.BgClassName
{
background-color: #058445;
}
</style>
border-color css
<style>
span { border-color: #058445; }
span { border-color: rgb(5,132,69); }
td.TdClassName
{
border-color: #058445;
}
.TagClassName
{
border-color: #058445;
}
</style>