Shades of Evening Sea #1C5649
Tints of Evening Sea #1C5649
RGB
CMYK
RGB Variations
Color information
#1C5649 (or 0x1C5649) is known color: Evening Sea. HEX triplet: 1C, 56 and 49. RGB value is (28,86,73). Sum of RGB (Red+Green+Blue) = 28+86+73=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #1C5649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5649 is #E3A9B6. Grayscale: #434343. Windows color (decimal): -14920119 or 4806172. OLE color: 4806172.
HSL color Cylindrical-coordinate representation of color #1C5649: hue angle of 166.55º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5649 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 86 | 73 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.66 |
| HSL | 166.55º | 0.51% | 0.22% | - |
| HSV(B) | 166.55º | 0.67% | 0.34% | - |
| XYZ | 5.01 | 7.38 | 7.46 | - |
| YUV | 67.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 73 | 0.67 | 0 | 0.15 | 0.66 | 166.55 | 0.51 | 0.22 |
| Hex | 1C | 56 | 49 | 43 | 0 | F | 42 | A7 | 33 | 16 |
| Octal | 34 | 126 | 111 | 103 | 0 | 17 | 102 | 247 | 63 | 26 |
| Binary | 11100 | 1010110 | 1001001 | 1000011 | 0 | 1111 | 1000010 | 10100111 | 110011 | 10110 |
Color Harmonies of #1C5649
Complementary color
Monochromatic Colors of #1C5649
Black with #1C5649
Text Example
Text Example
White with #1C5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5649; }
p { color: rgb(28,86,73); }
H1.HeaderClassName
{
color: #1C5649;
}
.AnyTagClassName
{
color: #1C5649;
}
</style>
background-color css
<style>
a { background-color: #1C5649; }
a { background-color: rgb(28,86,73); }
div.DivClassName
{
background-color: #1C5649;
}
.BgClassName
{
background-color: #1C5649;
}
</style>
border-color css
<style>
span { border-color: #1C5649; }
span { border-color: rgb(28,86,73); }
td.TdClassName
{
border-color: #1C5649;
}
.TagClassName
{
border-color: #1C5649;
}
</style>