Shades of Evening Sea #27594D
Tints of Evening Sea #27594D
RGB
CMYK
RGB Variations
Color information
#27594D (or 0x27594D) is known color: Evening Sea. HEX triplet: 27, 59 and 4D. RGB value is (39,89,77). Sum of RGB (Red+Green+Blue) = 39+89+77=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #27594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27594D is #D8A6B2. Grayscale: #484848. Windows color (decimal): -14198451 or 5069095. OLE color: 5069095.
HSL color Cylindrical-coordinate representation of color #27594D: hue angle of 165.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #27594D is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 89 | 77 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.65 |
| HSL | 165.6º | 0.39% | 0.25% | - |
| HSV(B) | 165.6º | 0.56% | 0.35% | - |
| XYZ | 5.75 | 8.11 | 8.28 | - |
| YUV | 72.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 77 | 0.56 | 0 | 0.13 | 0.65 | 165.6 | 0.39 | 0.25 |
| Hex | 27 | 59 | 4D | 38 | 0 | D | 41 | A6 | 27 | 19 |
| Octal | 47 | 131 | 115 | 70 | 0 | 15 | 101 | 246 | 47 | 31 |
| Binary | 100111 | 1011001 | 1001101 | 111000 | 0 | 1101 | 1000001 | 10100110 | 100111 | 11001 |
Color Harmonies of #27594D
Complementary color
Monochromatic Colors of #27594D
Black with #27594D
Text Example
Text Example
White with #27594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27594D; }
p { color: rgb(39,89,77); }
H1.HeaderClassName
{
color: #27594D;
}
.AnyTagClassName
{
color: #27594D;
}
</style>
background-color css
<style>
a { background-color: #27594D; }
a { background-color: rgb(39,89,77); }
div.DivClassName
{
background-color: #27594D;
}
.BgClassName
{
background-color: #27594D;
}
</style>
border-color css
<style>
span { border-color: #27594D; }
span { border-color: rgb(39,89,77); }
td.TdClassName
{
border-color: #27594D;
}
.TagClassName
{
border-color: #27594D;
}
</style>