Html Css Color HEX #325E58 Eden

📋 copy color: '#325E58'

red 50 ◦ green 94 ◦ blue 88

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

Shades of Eden #325E58

Tints of Eden #325E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.52%

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 21.55%
G = 40.52%
B = 37.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#325E58 (or 0x325E58) is known color: Eden. HEX triplet: 32, 5E and 58. RGB value is (50,94,88). Sum of RGB (Red+Green+Blue) = 50+94+88=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 94 - color contains mainly: green. Hex color #325E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E58 is #CDA1A7. Grayscale: #505050. Windows color (decimal): -13476264 or 5791282. OLE color: 5791282.

HSL color Cylindrical-coordinate representation of color #325E58: hue angle of 171.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325E58 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 94 88 -
CMYK 0.47 0 0.06 0.63
HSL 171.82º 0.31% 0.28% -
HSV(B) 171.82º 0.47% 0.37% -
XYZ 7.08 9.39 10.67 -
YUV 80.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 50 94 88 0.47 0 0.06 0.63 171.82 0.31 0.28
Hex 32 5E 58 2F 0 6 3F AC 1F 1C
Octal 62 136 130 57 0 6 77 254 37 34
Binary 110010 1011110 1011000 101111 0 110 111111 10101100 11111 11100

Color Harmonies of #325E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E58

Black with #325E58

Text Example


Text Example

White with #325E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,94,88); }

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

background-color css

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

 a { background-color: rgb(50,94,88); }

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

border-color css

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

 span { border-color: rgb(50,94,88); }

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