#265C58

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

Shades of Eden #265C58

Tints of Eden #265C58

Color information

#265C58 (or 0x265C58) is unknown color: approx Eden. HEX triplet: 26, 5C and 58. RGB value is (38,92,88). Sum of RGB (Red+Green+Blue) = 38+92+88=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #265C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C58 is #D9A3A7. Grayscale: #4B4B4B. Windows color (decimal): -14263208 or 5790758. OLE color: 5790758.

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

Color convert

RGB389288-
CMYK0.5900.040.64
HSL175.56º41.54%25.49%-
HSV(B)175.56º58.7%36.08%-
XYZ6.398.7710.59-
YUV75.4135.11101.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 92 (36.33% from 255) = 42.20%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=17.43%
G=42.20%
B=40.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892880.5900.040.64175.5641.5425.49
Hex265C583B0440b02a19
Octal4613413073041002605231
Binary10011010111001011000111011010010000001011000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,92,88); }

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

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

 a { background-color: rgb(38,92,88); }

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

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

 span { border-color: rgb(38,92,88); }

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