Shades of Evening Sea #1C5547
Tints of Evening Sea #1C5547
RGB
CMYK
RGB Variations
Color information
#1C5547 (or 0x1C5547) is known color: Evening Sea. HEX triplet: 1C, 55 and 47. RGB value is (28,85,71). Sum of RGB (Red+Green+Blue) = 28+85+71=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5547 is #E3AAB8. Grayscale: #424242. Windows color (decimal): -14920377 or 4674844. OLE color: 4674844.
HSL color Cylindrical-coordinate representation of color #1C5547: hue angle of 165.26º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5547 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 85 | 71 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.67 |
| HSL | 165.26º | 0.5% | 0.22% | - |
| HSV(B) | 165.26º | 0.67% | 0.33% | - |
| XYZ | 4.86 | 7.2 | 7.09 | - |
| YUV | 66.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 85 | 71 | 0.67 | 0 | 0.16 | 0.67 | 165.26 | 0.5 | 0.22 |
| Hex | 1C | 55 | 47 | 43 | 0 | 10 | 43 | A5 | 32 | 16 |
| Octal | 34 | 125 | 107 | 103 | 0 | 20 | 103 | 245 | 62 | 26 |
| Binary | 11100 | 1010101 | 1000111 | 1000011 | 0 | 10000 | 1000011 | 10100101 | 110010 | 10110 |
Color Harmonies of #1C5547
Complementary color
Monochromatic Colors of #1C5547
Black with #1C5547
Text Example
Text Example
White with #1C5547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5547; }
p { color: rgb(28,85,71); }
H1.HeaderClassName
{
color: #1C5547;
}
.AnyTagClassName
{
color: #1C5547;
}
</style>
background-color css
<style>
a { background-color: #1C5547; }
a { background-color: rgb(28,85,71); }
div.DivClassName
{
background-color: #1C5547;
}
.BgClassName
{
background-color: #1C5547;
}
</style>
border-color css
<style>
span { border-color: #1C5547; }
span { border-color: rgb(28,85,71); }
td.TdClassName
{
border-color: #1C5547;
}
.TagClassName
{
border-color: #1C5547;
}
</style>