#265A52

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

Shades of Eden #265A52

Tints of Eden #265A52

Color information

#265A52 (or 0x265A52) is unknown color: approx Eden. HEX triplet: 26, 5A and 52. RGB value is (38,90,82). Sum of RGB (Red+Green+Blue) = 38+90+82=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #265A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A52 is #D9A5AD. Grayscale: #494949. Windows color (decimal): -14263726 or 5397030. OLE color: 5397030.

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

Color convert

RGB389082-
CMYK0.5800.090.65
HSL170.77º40.62%25.1%-
HSV(B)170.77º57.78%35.29%-
XYZ5.988.339.28-
YUV73.54132.77102.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 90 (35.55% from 255) = 42.86%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=18.10%
G=42.86%
B=39.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890820.5800.090.65170.7740.6225.1
Hex265A523A0941ab2919
Octal46132122720111012535131
Binary100110101101010100101110100100110000011010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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