Html Css Color HEX #265D55 Eden

📋 copy color: '#265D55'

red 38 ◦ green 93 ◦ blue 85

#265D55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #265D55

Tints of Eden #265D55

RGB

 RED value IS 38 (15.23% from 255) = 17.59%

 GREEN value IS 93 (36.72% from 255) = 43.06%

 BLUE value IS 85 (33.59% from 255) = 39.35%

R = 17.59%
G = 43.06%
B = 39.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#265D55 (or 0x265D55) is known color: Eden. HEX triplet: 26, 5D and 55. RGB value is (38,93,85). Sum of RGB (Red+Green+Blue) = 38+93+85=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #265D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D55 is #D9A2AA. Grayscale: #4B4B4B. Windows color (decimal): -14262955 or 5594406. OLE color: 5594406.

HSL color Cylindrical-coordinate representation of color #265D55: hue angle of 171.27º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D55 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 93 85 -
CMYK 0.59 0 0.09 0.64
HSL 171.27º 0.42% 0.26% -
HSV(B) 171.27º 0.59% 0.36% -
XYZ 6.35 8.9 9.98 -
YUV 75.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 38 93 85 0.59 0 0.09 0.64 171.27 0.42 0.26
Hex 26 5D 55 3B 0 9 40 AB 2A 1A
Octal 46 135 125 73 0 11 100 253 52 32
Binary 100110 1011101 1010101 111011 0 1001 1000000 10101011 101010 11010

Color Harmonies of #265D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D55

Black with #265D55

Text Example


Text Example

White with #265D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,85); }

 H1.HeaderClassName
 {
   color: #265D55;
 }
 .AnyTagClassName
 {
   color: #265D55;
 }
</style>

background-color css

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

 a { background-color: rgb(38,93,85); }

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

border-color css

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

 span { border-color: rgb(38,93,85); }

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