Shades of Salem #1B7558
Tints of Salem #1B7558
RGB
CMYK
RGB Variations
Color information
#1B7558 (or 0x1B7558) is known color: Salem. HEX triplet: 1B, 75 and 58. RGB value is (27,117,88). Sum of RGB (Red+Green+Blue) = 27+117+88=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #1B7558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7558 is #E48AA7. Grayscale: #565656. Windows color (decimal): -14977704 or 5797147. OLE color: 5797147.
HSL color Cylindrical-coordinate representation of color #1B7558: hue angle of 160.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7558 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 88 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.54 |
| HSL | 160.67º | 0.63% | 0.28% | - |
| HSV(B) | 160.67º | 0.77% | 0.46% | - |
| XYZ | 8.57 | 13.66 | 11.42 | - |
| YUV | 86.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 88 | 0.77 | 0 | 0.25 | 0.54 | 160.67 | 0.63 | 0.28 |
| Hex | 1B | 75 | 58 | 4D | 0 | 19 | 36 | A1 | 3E | 1C |
| Octal | 33 | 165 | 130 | 115 | 0 | 31 | 66 | 241 | 76 | 34 |
| Binary | 11011 | 1110101 | 1011000 | 1001101 | 0 | 11001 | 110110 | 10100001 | 111110 | 11100 |
Color Harmonies of #1B7558
Complementary color
Monochromatic Colors of #1B7558
Black with #1B7558
Text Example
Text Example
White with #1B7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7558; }
p { color: rgb(27,117,88); }
H1.HeaderClassName
{
color: #1B7558;
}
.AnyTagClassName
{
color: #1B7558;
}
</style>
background-color css
<style>
a { background-color: #1B7558; }
a { background-color: rgb(27,117,88); }
div.DivClassName
{
background-color: #1B7558;
}
.BgClassName
{
background-color: #1B7558;
}
</style>
border-color css
<style>
span { border-color: #1B7558; }
span { border-color: rgb(27,117,88); }
td.TdClassName
{
border-color: #1B7558;
}
.TagClassName
{
border-color: #1B7558;
}
</style>