Html Css Color HEX #265955 Eden

📋 copy color: '#265955'

red 38 ◦ green 89 ◦ blue 85

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

Shades of Eden #265955

Tints of Eden #265955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.98%

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

R = 17.92%
G = 41.98%
B = 40.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#265955 (or 0x265955) is known color: Eden. HEX triplet: 26, 59 and 55. RGB value is (38,89,85). Sum of RGB (Red+Green+Blue) = 38+89+85=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #265955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265955 is #D9A6AA. Grayscale: #494949. Windows color (decimal): -14263979 or 5593382. OLE color: 5593382.

HSL color Cylindrical-coordinate representation of color #265955: hue angle of 175.29º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265955 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 89 85 -
CMYK 0.57 0 0.04 0.65
HSL 175.29º 0.4% 0.25% -
HSV(B) 175.29º 0.57% 0.35% -
XYZ 6.01 8.21 9.86 -
YUV 73.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 38 89 85 0.57 0 0.04 0.65 175.29 0.4 0.25
Hex 26 59 55 39 0 4 41 AF 28 19
Octal 46 131 125 71 0 4 101 257 50 31
Binary 100110 1011001 1010101 111001 0 100 1000001 10101111 101000 11001

Color Harmonies of #265955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265955

Black with #265955

Text Example


Text Example

White with #265955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265955; }

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

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

background-color css

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

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

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

border-color css

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

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

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