Shades of Salem #05814C
Tints of Salem #05814C
RGB
CMYK
RGB Variations
Color information
#05814C (or 0x05814C) is known color: Salem. HEX triplet: 05, 81 and 4C. RGB value is (5,129,76). Sum of RGB (Red+Green+Blue) = 5+129+76=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #05814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05814C is #FA7EB3. Grayscale: #555555. Windows color (decimal): -16416436 or 5013765. OLE color: 5013765.
HSL color Cylindrical-coordinate representation of color #05814C: hue angle of 154.35º 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 #05814C is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 76 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.49 |
| HSL | 154.35º | 0.93% | 0.26% | - |
| HSV(B) | 154.35º | 0.96% | 0.51% | - |
| XYZ | 9.22 | 16.25 | 9.49 | - |
| YUV | 85.88 | 122.42 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 76 | 0.96 | 0 | 0.41 | 0.49 | 154.35 | 0.93 | 0.26 |
| Hex | 5 | 81 | 4C | 60 | 0 | 29 | 31 | 9A | 5D | 1A |
| Octal | 5 | 201 | 114 | 140 | 0 | 51 | 61 | 232 | 135 | 32 |
| Binary | 101 | 10000001 | 1001100 | 1100000 | 0 | 101001 | 110001 | 10011010 | 1011101 | 11010 |
Color Harmonies of #05814C
Complementary color
Monochromatic Colors of #05814C
Black with #05814C
Text Example
Text Example
White with #05814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05814C; }
p { color: rgb(5,129,76); }
H1.HeaderClassName
{
color: #05814C;
}
.AnyTagClassName
{
color: #05814C;
}
</style>
background-color css
<style>
a { background-color: #05814C; }
a { background-color: rgb(5,129,76); }
div.DivClassName
{
background-color: #05814C;
}
.BgClassName
{
background-color: #05814C;
}
</style>
border-color css
<style>
span { border-color: #05814C; }
span { border-color: rgb(5,129,76); }
td.TdClassName
{
border-color: #05814C;
}
.TagClassName
{
border-color: #05814C;
}
</style>