#265A56

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

Shades of Eden #265A56

Tints of Eden #265A56

Color information

#265A56 (or 0x265A56) is unknown color: approx Eden. HEX triplet: 26, 5A and 56. RGB value is (38,90,86). Sum of RGB (Red+Green+Blue) = 38+90+86=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #265A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A56 is #D9A5A9. Grayscale: #494949. Windows color (decimal): -14263722 or 5659174. OLE color: 5659174.

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

Color convert

RGB389086-
CMYK0.5800.040.65
HSL175.38º40.62%25.1%-
HSV(B)175.38º57.78%35.29%-
XYZ6.148.410.1-
YUV74134.77102.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=17.76%
G=42.06%
B=40.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890860.5800.040.65175.3840.6225.1
Hex265A563A0441af2919
Octal4613212672041012575131
Binary10011010110101010110111010010010000011010111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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