Shades of Eden #265C57
Tints of Eden #265C57
RGB
CMYK
RGB Variations
Color information
#265C57 (or 0x265C57) is known color: Eden. HEX triplet: 26, 5C and 57. RGB value is (38,92,87). Sum of RGB (Red+Green+Blue) = 38+92+87=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #265C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C57 is #D9A3A8. Grayscale: #4B4B4B. Windows color (decimal): -14263209 or 5725222. OLE color: 5725222.
HSL color Cylindrical-coordinate representation of color #265C57: hue angle of 174.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265C57 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 92 | 87 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.64 |
| HSL | 174.44º | 0.42% | 0.25% | - |
| HSV(B) | 174.44º | 0.59% | 0.36% | - |
| XYZ | 6.35 | 8.75 | 10.37 | - |
| YUV | 75.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 87 | 0.59 | 0 | 0.05 | 0.64 | 174.44 | 0.42 | 0.25 |
| Hex | 26 | 5C | 57 | 3B | 0 | 5 | 40 | AE | 2A | 19 |
| Octal | 46 | 134 | 127 | 73 | 0 | 5 | 100 | 256 | 52 | 31 |
| Binary | 100110 | 1011100 | 1010111 | 111011 | 0 | 101 | 1000000 | 10101110 | 101010 | 11001 |
Color Harmonies of #265C57
Complementary color
Monochromatic Colors of #265C57
Black with #265C57
Text Example
Text Example
White with #265C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C57; }
p { color: rgb(38,92,87); }
H1.HeaderClassName
{
color: #265C57;
}
.AnyTagClassName
{
color: #265C57;
}
</style>
background-color css
<style>
a { background-color: #265C57; }
a { background-color: rgb(38,92,87); }
div.DivClassName
{
background-color: #265C57;
}
.BgClassName
{
background-color: #265C57;
}
</style>
border-color css
<style>
span { border-color: #265C57; }
span { border-color: rgb(38,92,87); }
td.TdClassName
{
border-color: #265C57;
}
.TagClassName
{
border-color: #265C57;
}
</style>