Shades of Eden #265C51
Tints of Eden #265C51
RGB
CMYK
RGB Variations
Color information
#265C51 (or 0x265C51) is known color: Eden. HEX triplet: 26, 5C and 51. RGB value is (38,92,81). Sum of RGB (Red+Green+Blue) = 38+92+81=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #265C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C51 is #D9A3AE. Grayscale: #4A4A4A. Windows color (decimal): -14263215 or 5332006. OLE color: 5332006.
HSL color Cylindrical-coordinate representation of color #265C51: hue angle of 167.78º 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 #265C51 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 92 | 81 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.64 |
| HSL | 167.78º | 0.42% | 0.25% | - |
| HSV(B) | 167.78º | 0.59% | 0.36% | - |
| XYZ | 6.11 | 8.66 | 9.13 | - |
| YUV | 74.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 81 | 0.59 | 0 | 0.12 | 0.64 | 167.78 | 0.42 | 0.25 |
| Hex | 26 | 5C | 51 | 3B | 0 | C | 40 | A8 | 2A | 19 |
| Octal | 46 | 134 | 121 | 73 | 0 | 14 | 100 | 250 | 52 | 31 |
| Binary | 100110 | 1011100 | 1010001 | 111011 | 0 | 1100 | 1000000 | 10101000 | 101010 | 11001 |
Color Harmonies of #265C51
Complementary color
Monochromatic Colors of #265C51
Black with #265C51
Text Example
Text Example
White with #265C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C51; }
p { color: rgb(38,92,81); }
H1.HeaderClassName
{
color: #265C51;
}
.AnyTagClassName
{
color: #265C51;
}
</style>
background-color css
<style>
a { background-color: #265C51; }
a { background-color: rgb(38,92,81); }
div.DivClassName
{
background-color: #265C51;
}
.BgClassName
{
background-color: #265C51;
}
</style>
border-color css
<style>
span { border-color: #265C51; }
span { border-color: rgb(38,92,81); }
td.TdClassName
{
border-color: #265C51;
}
.TagClassName
{
border-color: #265C51;
}
</style>