Shades of Salem #267C5B
Tints of Salem #267C5B
RGB
CMYK
RGB Variations
Color information
#267C5B (or 0x267C5B) is known color: Salem. HEX triplet: 26, 7C and 5B. RGB value is (38,124,91). Sum of RGB (Red+Green+Blue) = 38+124+91=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #267C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267C5B is #D983A4. Grayscale: #5E5E5E. Windows color (decimal): -14255013 or 5995558. OLE color: 5995558.
HSL color Cylindrical-coordinate representation of color #267C5B: hue angle of 156.98º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C5B is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 91 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.51 |
| HSL | 156.98º | 0.53% | 0.32% | - |
| HSV(B) | 156.98º | 0.69% | 0.49% | - |
| XYZ | 9.9 | 15.58 | 12.38 | - |
| YUV | 94.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 91 | 0.69 | 0 | 0.27 | 0.51 | 156.98 | 0.53 | 0.32 |
| Hex | 26 | 7C | 5B | 45 | 0 | 1B | 33 | 9D | 35 | 20 |
| Octal | 46 | 174 | 133 | 105 | 0 | 33 | 63 | 235 | 65 | 40 |
| Binary | 100110 | 1111100 | 1011011 | 1000101 | 0 | 11011 | 110011 | 10011101 | 110101 | 100000 |
Color Harmonies of #267C5B
Complementary color
Monochromatic Colors of #267C5B
Black with #267C5B
Text Example
Text Example
White with #267C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C5B; }
p { color: rgb(38,124,91); }
H1.HeaderClassName
{
color: #267C5B;
}
.AnyTagClassName
{
color: #267C5B;
}
</style>
background-color css
<style>
a { background-color: #267C5B; }
a { background-color: rgb(38,124,91); }
div.DivClassName
{
background-color: #267C5B;
}
.BgClassName
{
background-color: #267C5B;
}
</style>
border-color css
<style>
span { border-color: #267C5B; }
span { border-color: rgb(38,124,91); }
td.TdClassName
{
border-color: #267C5B;
}
.TagClassName
{
border-color: #267C5B;
}
</style>