Shades of Eden #265A56
Tints of Eden #265A56
RGB
CMYK
RGB Variations
Color information
#265A56 (or 0x265A56) is known color: Eden. HEX triplet: 26, 5A and 56. RGB value is (38,90,86). Sum of RGB (Red+Green+Blue) = 38+90+86=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #265A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A56 is #D9A5A9. Grayscale: #494949. Windows color (decimal): -14263722 or 5659174. OLE color: 5659174.
HSL color Cylindrical-coordinate representation of color #265A56: hue angle of 175.38º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A56 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 90 | 86 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.65 |
| HSL | 175.38º | 0.41% | 0.25% | - |
| HSV(B) | 175.38º | 0.58% | 0.35% | - |
| XYZ | 6.14 | 8.4 | 10.1 | - |
| YUV | 74 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 86 | 0.58 | 0 | 0.04 | 0.65 | 175.38 | 0.41 | 0.25 |
| Hex | 26 | 5A | 56 | 3A | 0 | 4 | 41 | AF | 29 | 19 |
| Octal | 46 | 132 | 126 | 72 | 0 | 4 | 101 | 257 | 51 | 31 |
| Binary | 100110 | 1011010 | 1010110 | 111010 | 0 | 100 | 1000001 | 10101111 | 101001 | 11001 |
Color Harmonies of #265A56
Complementary color
Monochromatic Colors of #265A56
Black with #265A56
Text Example
Text Example
White with #265A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A56; }
p { color: rgb(38,90,86); }
H1.HeaderClassName
{
color: #265A56;
}
.AnyTagClassName
{
color: #265A56;
}
</style>
background-color css
<style>
a { background-color: #265A56; }
a { background-color: rgb(38,90,86); }
div.DivClassName
{
background-color: #265A56;
}
.BgClassName
{
background-color: #265A56;
}
</style>
border-color css
<style>
span { border-color: #265A56; }
span { border-color: rgb(38,90,86); }
td.TdClassName
{
border-color: #265A56;
}
.TagClassName
{
border-color: #265A56;
}
</style>