#265A57

Color #265A57 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #265A57

Tints of Eden #265A57

Color information

#265A57 (or 0x265A57) is unknown color: approx Eden. HEX triplet: 26, 5A and 57. RGB value is (38,90,87). Sum of RGB (Red+Green+Blue) = 38+90+87=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #265A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A57 is #D9A5A8. Grayscale: #4A4A4A. Windows color (decimal): -14263721 or 5724710. OLE color: 5724710.

HSL color Cylindrical-coordinate representation of color #265A57: hue angle of 176.54º 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 #265A57 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB389087-
CMYK0.5800.030.65
HSL176.54º40.62%25.1%-
HSV(B)176.54º57.78%35.29%-
XYZ6.188.4110.32-
YUV74.11135.27102.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 87 (34.38% from 255) = 40.47%
R=17.67%
G=41.86%
B=40.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890870.5800.030.65176.5440.6225.1
Hex265A573A0341b12919
Octal4613212772031012615131
Binary1001101011010101011111101001110000011011000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265A57; }

 p { color: rgb(38,90,87); }

 H1.HeaderClassName
 {
   color: #265A57;
 }
 .AnyTagClassName
 {
   color: #265A57;
 }
</style>
background-color css

<style>
 a { background-color: #265A57; }

 a { background-color: rgb(38,90,87); }

 div.DivClassName
 {
   background-color: #265A57;
 }
 .BgClassName
 {
   background-color: #265A57;
 }
</style>
border-color css

<style>
 span { border-color: #265A57; }

 span { border-color: rgb(38,90,87); }

 td.TdClassName
 {
   border-color: #265A57;
 }
 .TagClassName
 {
   border-color: #265A57;
 }
</style>