Html Css Color HEX #325C55 Eden

📋 copy color: '#325C55'

red 50 ◦ green 92 ◦ blue 85

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

Shades of Eden #325C55

Tints of Eden #325C55

RGB

 RED value IS 50 (19.92% from 255) = 22.03%

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

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

R = 22.03%
G = 40.53%
B = 37.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#325C55 (or 0x325C55) is known color: Eden. HEX triplet: 32, 5C and 55. RGB value is (50,92,85). Sum of RGB (Red+Green+Blue) = 50+92+85=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #325C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C55 is #CDA3AA. Grayscale: #4E4E4E. Windows color (decimal): -13476779 or 5594162. OLE color: 5594162.

HSL color Cylindrical-coordinate representation of color #325C55: hue angle of 170º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325C55 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 92 85 -
CMYK 0.46 0 0.08 0.64
HSL 170º 0.3% 0.28% -
HSV(B) 170º 0.46% 0.36% -
XYZ 6.78 8.99 9.97 -
YUV 78.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 50 92 85 0.46 0 0.08 0.64 170 0.3 0.28
Hex 32 5C 55 2E 0 8 40 AA 1E 1C
Octal 62 134 125 56 0 10 100 252 36 34
Binary 110010 1011100 1010101 101110 0 1000 1000000 10101010 11110 11100

Color Harmonies of #325C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C55

Black with #325C55

Text Example


Text Example

White with #325C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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