Shades of Evening Sea #26594F
Tints of Evening Sea #26594F
RGB
CMYK
RGB Variations
Color information
#26594F (or 0x26594F) is known color: Evening Sea. HEX triplet: 26, 59 and 4F. RGB value is (38,89,79). Sum of RGB (Red+Green+Blue) = 38+89+79=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #26594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26594F is #D9A6B0. Grayscale: #484848. Windows color (decimal): -14263985 or 5200166. OLE color: 5200166.
HSL color Cylindrical-coordinate representation of color #26594F: hue angle of 168.24º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #26594F is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 89 | 79 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.65 |
| HSL | 168.24º | 0.4% | 0.25% | - |
| HSV(B) | 168.24º | 0.57% | 0.35% | - |
| XYZ | 5.78 | 8.12 | 8.66 | - |
| YUV | 72.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 79 | 0.57 | 0 | 0.11 | 0.65 | 168.24 | 0.4 | 0.25 |
| Hex | 26 | 59 | 4F | 39 | 0 | B | 41 | A8 | 28 | 19 |
| Octal | 46 | 131 | 117 | 71 | 0 | 13 | 101 | 250 | 50 | 31 |
| Binary | 100110 | 1011001 | 1001111 | 111001 | 0 | 1011 | 1000001 | 10101000 | 101000 | 11001 |
Color Harmonies of #26594F
Complementary color
Monochromatic Colors of #26594F
Black with #26594F
Text Example
Text Example
White with #26594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26594F; }
p { color: rgb(38,89,79); }
H1.HeaderClassName
{
color: #26594F;
}
.AnyTagClassName
{
color: #26594F;
}
</style>
background-color css
<style>
a { background-color: #26594F; }
a { background-color: rgb(38,89,79); }
div.DivClassName
{
background-color: #26594F;
}
.BgClassName
{
background-color: #26594F;
}
</style>
border-color css
<style>
span { border-color: #26594F; }
span { border-color: rgb(38,89,79); }
td.TdClassName
{
border-color: #26594F;
}
.TagClassName
{
border-color: #26594F;
}
</style>