Shades of Evening Sea #26594C
Tints of Evening Sea #26594C
RGB
CMYK
RGB Variations
Color information
#26594C (or 0x26594C) is known color: Evening Sea. HEX triplet: 26, 59 and 4C. RGB value is (38,89,76). Sum of RGB (Red+Green+Blue) = 38+89+76=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #26594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26594C is #D9A6B3. Grayscale: #484848. Windows color (decimal): -14263988 or 5003558. OLE color: 5003558.
HSL color Cylindrical-coordinate representation of color #26594C: hue angle of 164.71º 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 #26594C is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 89 | 76 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.65 |
| HSL | 164.71º | 0.4% | 0.25% | - |
| HSV(B) | 164.71º | 0.57% | 0.35% | - |
| XYZ | 5.68 | 8.08 | 8.1 | - |
| YUV | 72.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 76 | 0.57 | 0 | 0.15 | 0.65 | 164.71 | 0.4 | 0.25 |
| Hex | 26 | 59 | 4C | 39 | 0 | F | 41 | A5 | 28 | 19 |
| Octal | 46 | 131 | 114 | 71 | 0 | 17 | 101 | 245 | 50 | 31 |
| Binary | 100110 | 1011001 | 1001100 | 111001 | 0 | 1111 | 1000001 | 10100101 | 101000 | 11001 |
Color Harmonies of #26594C
Complementary color
Monochromatic Colors of #26594C
Black with #26594C
Text Example
Text Example
White with #26594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26594C; }
p { color: rgb(38,89,76); }
H1.HeaderClassName
{
color: #26594C;
}
.AnyTagClassName
{
color: #26594C;
}
</style>
background-color css
<style>
a { background-color: #26594C; }
a { background-color: rgb(38,89,76); }
div.DivClassName
{
background-color: #26594C;
}
.BgClassName
{
background-color: #26594C;
}
</style>
border-color css
<style>
span { border-color: #26594C; }
span { border-color: rgb(38,89,76); }
td.TdClassName
{
border-color: #26594C;
}
.TagClassName
{
border-color: #26594C;
}
</style>