Html Css Color HEX #265C53 Eden

📋 copy color: '#265C53'

red 38 ◦ green 92 ◦ blue 83

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

Shades of Eden #265C53

Tints of Eden #265C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 17.84%
G = 43.19%
B = 38.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#265C53 (or 0x265C53) is known color: Eden. HEX triplet: 26, 5C and 53. RGB value is (38,92,83). Sum of RGB (Red+Green+Blue) = 38+92+83=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #265C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C53 is #D9A3AC. Grayscale: #4A4A4A. Windows color (decimal): -14263213 or 5463078. OLE color: 5463078.

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

Color convert

RGB 38 92 83 -
CMYK 0.59 0 0.10 0.64
HSL 170º 0.42% 0.25% -
HSV(B) 170º 0.59% 0.36% -
XYZ 6.19 8.69 9.53 -
YUV 74.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 38 92 83 0.59 0 0.10 0.64 170 0.42 0.25
Hex 26 5C 53 3B 0 A 40 AA 2A 19
Octal 46 134 123 73 0 12 100 252 52 31
Binary 100110 1011100 1010011 111011 0 1010 1000000 10101010 101010 11001

Color Harmonies of #265C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C53

Black with #265C53

Text Example


Text Example

White with #265C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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