Shades of Eden #265C54
Tints of Eden #265C54
RGB
CMYK
RGB Variations
Color information
#265C54 (or 0x265C54) is known color: Eden. HEX triplet: 26, 5C and 54. RGB value is (38,92,84). Sum of RGB (Red+Green+Blue) = 38+92+84=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #265C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C54 is #D9A3AB. Grayscale: #4A4A4A. Windows color (decimal): -14263212 or 5528614. OLE color: 5528614.
HSL color Cylindrical-coordinate representation of color #265C54: hue angle of 171.11º 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 #265C54 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 92 | 84 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.64 |
| HSL | 171.11º | 0.42% | 0.25% | - |
| HSV(B) | 171.11º | 0.59% | 0.36% | - |
| XYZ | 6.23 | 8.71 | 9.74 | - |
| YUV | 74.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 84 | 0.59 | 0 | 0.09 | 0.64 | 171.11 | 0.42 | 0.25 |
| Hex | 26 | 5C | 54 | 3B | 0 | 9 | 40 | AB | 2A | 19 |
| Octal | 46 | 134 | 124 | 73 | 0 | 11 | 100 | 253 | 52 | 31 |
| Binary | 100110 | 1011100 | 1010100 | 111011 | 0 | 1001 | 1000000 | 10101011 | 101010 | 11001 |
Color Harmonies of #265C54
Complementary color
Monochromatic Colors of #265C54
Black with #265C54
Text Example
Text Example
White with #265C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C54; }
p { color: rgb(38,92,84); }
H1.HeaderClassName
{
color: #265C54;
}
.AnyTagClassName
{
color: #265C54;
}
</style>
background-color css
<style>
a { background-color: #265C54; }
a { background-color: rgb(38,92,84); }
div.DivClassName
{
background-color: #265C54;
}
.BgClassName
{
background-color: #265C54;
}
</style>
border-color css
<style>
span { border-color: #265C54; }
span { border-color: rgb(38,92,84); }
td.TdClassName
{
border-color: #265C54;
}
.TagClassName
{
border-color: #265C54;
}
</style>