Shades of Salem #057F4B
Tints of Salem #057F4B
RGB
CMYK
RGB Variations
Color information
#057F4B (or 0x057F4B) is known color: Salem. HEX triplet: 05, 7F and 4B. RGB value is (5,127,75). Sum of RGB (Red+Green+Blue) = 5+127+75=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #057F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057F4B is #FA80B4. Grayscale: #545454. Windows color (decimal): -16416949 or 4947717. OLE color: 4947717.
HSL color Cylindrical-coordinate representation of color #057F4B: hue angle of 154.43º 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 #057F4B is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 75 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.50 |
| HSL | 154.43º | 0.92% | 0.26% | - |
| HSV(B) | 154.43º | 0.96% | 0.5% | - |
| XYZ | 8.92 | 15.72 | 9.22 | - |
| YUV | 84.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 75 | 0.96 | 0 | 0.41 | 0.50 | 154.43 | 0.92 | 0.26 |
| Hex | 5 | 7F | 4B | 60 | 0 | 29 | 32 | 9A | 5C | 1A |
| Octal | 5 | 177 | 113 | 140 | 0 | 51 | 62 | 232 | 134 | 32 |
| Binary | 101 | 1111111 | 1001011 | 1100000 | 0 | 101001 | 110010 | 10011010 | 1011100 | 11010 |
Color Harmonies of #057F4B
Complementary color
Monochromatic Colors of #057F4B
Black with #057F4B
Text Example
Text Example
White with #057F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F4B; }
p { color: rgb(5,127,75); }
H1.HeaderClassName
{
color: #057F4B;
}
.AnyTagClassName
{
color: #057F4B;
}
</style>
background-color css
<style>
a { background-color: #057F4B; }
a { background-color: rgb(5,127,75); }
div.DivClassName
{
background-color: #057F4B;
}
.BgClassName
{
background-color: #057F4B;
}
</style>
border-color css
<style>
span { border-color: #057F4B; }
span { border-color: rgb(5,127,75); }
td.TdClassName
{
border-color: #057F4B;
}
.TagClassName
{
border-color: #057F4B;
}
</style>