Shades of Eden #265B52
Tints of Eden #265B52
RGB
CMYK
RGB Variations
Color information
#265B52 (or 0x265B52) is known color: Eden. HEX triplet: 26, 5B and 52. RGB value is (38,91,82). Sum of RGB (Red+Green+Blue) = 38+91+82=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 91 - color contains mainly: green. Hex color #265B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B52 is #D9A4AD. Grayscale: #4A4A4A. Windows color (decimal): -14263470 or 5397286. OLE color: 5397286.
HSL color Cylindrical-coordinate representation of color #265B52: hue angle of 169.81º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265B52 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 82 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.64 |
| HSL | 169.81º | 0.41% | 0.25% | - |
| HSV(B) | 169.81º | 0.58% | 0.36% | - |
| XYZ | 6.06 | 8.5 | 9.3 | - |
| YUV | 74.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 82 | 0.58 | 0 | 0.10 | 0.64 | 169.81 | 0.41 | 0.25 |
| Hex | 26 | 5B | 52 | 3A | 0 | A | 40 | AA | 29 | 19 |
| Octal | 46 | 133 | 122 | 72 | 0 | 12 | 100 | 252 | 51 | 31 |
| Binary | 100110 | 1011011 | 1010010 | 111010 | 0 | 1010 | 1000000 | 10101010 | 101001 | 11001 |
Color Harmonies of #265B52
Complementary color
Monochromatic Colors of #265B52
Black with #265B52
Text Example
Text Example
White with #265B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B52; }
p { color: rgb(38,91,82); }
H1.HeaderClassName
{
color: #265B52;
}
.AnyTagClassName
{
color: #265B52;
}
</style>
background-color css
<style>
a { background-color: #265B52; }
a { background-color: rgb(38,91,82); }
div.DivClassName
{
background-color: #265B52;
}
.BgClassName
{
background-color: #265B52;
}
</style>
border-color css
<style>
span { border-color: #265B52; }
span { border-color: rgb(38,91,82); }
td.TdClassName
{
border-color: #265B52;
}
.TagClassName
{
border-color: #265B52;
}
</style>