Html Css Color HEX #265A54 Eden

📋 copy color: '#265A54'

red 38 ◦ green 90 ◦ blue 84

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

Shades of Eden #265A54

Tints of Eden #265A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

 BLUE value IS 84 (33.2% from 255) = 39.62%

R = 17.92%
G = 42.45%
B = 39.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#265A54 (or 0x265A54) is known color: Eden. HEX triplet: 26, 5A and 54. RGB value is (38,90,84). Sum of RGB (Red+Green+Blue) = 38+90+84=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #265A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A54 is #D9A5AB. Grayscale: #494949. Windows color (decimal): -14263724 or 5528102. OLE color: 5528102.

HSL color Cylindrical-coordinate representation of color #265A54: hue angle of 173.08º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A54 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 90 84 -
CMYK 0.58 0 0.07 0.65
HSL 173.08º 0.41% 0.25% -
HSV(B) 173.08º 0.58% 0.35% -
XYZ 6.06 8.36 9.68 -
YUV 73.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 38 90 84 0.58 0 0.07 0.65 173.08 0.41 0.25
Hex 26 5A 54 3A 0 7 41 AD 29 19
Octal 46 132 124 72 0 7 101 255 51 31
Binary 100110 1011010 1010100 111010 0 111 1000001 10101101 101001 11001

Color Harmonies of #265A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A54

Black with #265A54

Text Example


Text Example

White with #265A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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