Html Css Color HEX #265C55 Eden

📋 copy color: '#265C55'

red 38 ◦ green 92 ◦ blue 85

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

Shades of Eden #265C55

Tints of Eden #265C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.79%

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

R = 17.67%
G = 42.79%
B = 39.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#265C55 (or 0x265C55) is known color: Eden. HEX triplet: 26, 5C and 55. RGB value is (38,92,85). Sum of RGB (Red+Green+Blue) = 38+92+85=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #265C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C55 is #D9A3AA. Grayscale: #4B4B4B. Windows color (decimal): -14263211 or 5594150. OLE color: 5594150.

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

Color convert

RGB 38 92 85 -
CMYK 0.59 0 0.08 0.64
HSL 172.22º 0.42% 0.25% -
HSV(B) 172.22º 0.59% 0.36% -
XYZ 6.27 8.72 9.95 -
YUV 75.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 38 92 85 0.59 0 0.08 0.64 172.22 0.42 0.25
Hex 26 5C 55 3B 0 8 40 AC 2A 19
Octal 46 134 125 73 0 10 100 254 52 31
Binary 100110 1011100 1010101 111011 0 1000 1000000 10101100 101010 11001

Color Harmonies of #265C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C55

Black with #265C55

Text Example


Text Example

White with #265C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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