Shades of Evening Sea #295C50
Tints of Evening Sea #295C50
RGB
CMYK
RGB Variations
Color information
#295C50 (or 0x295C50) is known color: Evening Sea. HEX triplet: 29, 5C and 50. RGB value is (41,92,80). Sum of RGB (Red+Green+Blue) = 41+92+80=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #295C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C50 is #D6A3AF. Grayscale: #4B4B4B. Windows color (decimal): -14066608 or 5266473. OLE color: 5266473.
HSL color Cylindrical-coordinate representation of color #295C50: hue angle of 165.88º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295C50 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 92 | 80 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.64 |
| HSL | 165.88º | 0.38% | 0.26% | - |
| HSV(B) | 165.88º | 0.55% | 0.36% | - |
| XYZ | 6.19 | 8.7 | 8.94 | - |
| YUV | 75.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 80 | 0.55 | 0 | 0.13 | 0.64 | 165.88 | 0.38 | 0.26 |
| Hex | 29 | 5C | 50 | 37 | 0 | D | 40 | A6 | 26 | 1A |
| Octal | 51 | 134 | 120 | 67 | 0 | 15 | 100 | 246 | 46 | 32 |
| Binary | 101001 | 1011100 | 1010000 | 110111 | 0 | 1101 | 1000000 | 10100110 | 100110 | 11010 |
Color Harmonies of #295C50
Complementary color
Monochromatic Colors of #295C50
Black with #295C50
Text Example
Text Example
White with #295C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C50; }
p { color: rgb(41,92,80); }
H1.HeaderClassName
{
color: #295C50;
}
.AnyTagClassName
{
color: #295C50;
}
</style>
background-color css
<style>
a { background-color: #295C50; }
a { background-color: rgb(41,92,80); }
div.DivClassName
{
background-color: #295C50;
}
.BgClassName
{
background-color: #295C50;
}
</style>
border-color css
<style>
span { border-color: #295C50; }
span { border-color: rgb(41,92,80); }
td.TdClassName
{
border-color: #295C50;
}
.TagClassName
{
border-color: #295C50;
}
</style>