Shades of Salem #05833F
Tints of Salem #05833F
RGB
CMYK
RGB Variations
Color information
#05833F (or 0x05833F) is known color: Salem. HEX triplet: 05, 83 and 3F. RGB value is (5,131,63). Sum of RGB (Red+Green+Blue) = 5+131+63=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 131 (51.56% from 255 or 65.83% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 131 - color contains mainly: green. Hex color #05833F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05833F is #FA7CC0. Grayscale: #555555. Windows color (decimal): -16415937 or 4162309. OLE color: 4162309.
HSL color Cylindrical-coordinate representation of color #05833F: hue angle of 147.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05833F is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 131 | 63 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.49 |
| HSL | 147.62º | 0.93% | 0.27% | - |
| HSV(B) | 147.62º | 0.96% | 0.51% | - |
| XYZ | 9.08 | 16.62 | 7.43 | - |
| YUV | 85.57 | 115.26 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 63 | 0.96 | 0 | 0.52 | 0.49 | 147.62 | 0.93 | 0.27 |
| Hex | 5 | 83 | 3F | 60 | 0 | 34 | 31 | 94 | 5D | 1B |
| Octal | 5 | 203 | 77 | 140 | 0 | 64 | 61 | 224 | 135 | 33 |
| Binary | 101 | 10000011 | 111111 | 1100000 | 0 | 110100 | 110001 | 10010100 | 1011101 | 11011 |
Color Harmonies of #05833F
Complementary color
Monochromatic Colors of #05833F
Black with #05833F
Text Example
Text Example
White with #05833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05833F; }
p { color: rgb(5,131,63); }
H1.HeaderClassName
{
color: #05833F;
}
.AnyTagClassName
{
color: #05833F;
}
</style>
background-color css
<style>
a { background-color: #05833F; }
a { background-color: rgb(5,131,63); }
div.DivClassName
{
background-color: #05833F;
}
.BgClassName
{
background-color: #05833F;
}
</style>
border-color css
<style>
span { border-color: #05833F; }
span { border-color: rgb(5,131,63); }
td.TdClassName
{
border-color: #05833F;
}
.TagClassName
{
border-color: #05833F;
}
</style>