Shades of Salem #05814A
Tints of Salem #05814A
RGB
CMYK
RGB Variations
Color information
#05814A (or 0x05814A) is known color: Salem. HEX triplet: 05, 81 and 4A. RGB value is (5,129,74). Sum of RGB (Red+Green+Blue) = 5+129+74=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #05814A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05814A is #FA7EB5. Grayscale: #555555. Windows color (decimal): -16416438 or 4882693. OLE color: 4882693.
HSL color Cylindrical-coordinate representation of color #05814A: hue angle of 153.39º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05814A is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 74 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.49 |
| HSL | 153.39º | 0.93% | 0.26% | - |
| HSV(B) | 153.39º | 0.96% | 0.51% | - |
| XYZ | 9.15 | 16.23 | 9.13 | - |
| YUV | 85.65 | 121.42 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 74 | 0.96 | 0 | 0.43 | 0.49 | 153.39 | 0.93 | 0.26 |
| Hex | 5 | 81 | 4A | 60 | 0 | 2B | 31 | 99 | 5D | 1A |
| Octal | 5 | 201 | 112 | 140 | 0 | 53 | 61 | 231 | 135 | 32 |
| Binary | 101 | 10000001 | 1001010 | 1100000 | 0 | 101011 | 110001 | 10011001 | 1011101 | 11010 |
Color Harmonies of #05814A
Complementary color
Monochromatic Colors of #05814A
Black with #05814A
Text Example
Text Example
White with #05814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05814A; }
p { color: rgb(5,129,74); }
H1.HeaderClassName
{
color: #05814A;
}
.AnyTagClassName
{
color: #05814A;
}
</style>
background-color css
<style>
a { background-color: #05814A; }
a { background-color: rgb(5,129,74); }
div.DivClassName
{
background-color: #05814A;
}
.BgClassName
{
background-color: #05814A;
}
</style>
border-color css
<style>
span { border-color: #05814A; }
span { border-color: rgb(5,129,74); }
td.TdClassName
{
border-color: #05814A;
}
.TagClassName
{
border-color: #05814A;
}
</style>