Html Css Color HEX #265D5A Eden

📋 copy color: '#265D5A'

red 38 ◦ green 93 ◦ blue 90

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

Shades of Eden #265D5A

Tints of Eden #265D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.72%

R = 17.19%
G = 42.08%
B = 40.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#265D5A (or 0x265D5A) is known color: Eden. HEX triplet: 26, 5D and 5A. RGB value is (38,93,90). Sum of RGB (Red+Green+Blue) = 38+93+90=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #265D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D5A is #D9A2A5. Grayscale: #4C4C4C. Windows color (decimal): -14262950 or 5922086. OLE color: 5922086.

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

Color convert

RGB 38 93 90 -
CMYK 0.59 0 0.03 0.64
HSL 176.73º 0.42% 0.26% -
HSV(B) 176.73º 0.59% 0.36% -
XYZ 6.56 8.98 11.06 -
YUV 76.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 38 93 90 0.59 0 0.03 0.64 176.73 0.42 0.26
Hex 26 5D 5A 3B 0 3 40 B1 2A 1A
Octal 46 135 132 73 0 3 100 261 52 32
Binary 100110 1011101 1011010 111011 0 11 1000000 10110001 101010 11010

Color Harmonies of #265D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D5A

Black with #265D5A

Text Example


Text Example

White with #265D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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