Html Css Color HEX #5E9980 Patina

📋 copy color: '#5E9980'

red 94 ◦ green 153 ◦ blue 128

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

Shades of Patina #5E9980

Tints of Patina #5E9980

RGB

 RED value IS 94 (37.11% from 255) = 25.07%

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 25.07%
G = 40.8%
B = 34.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#5E9980 (or 0x5E9980) is known color: Patina. HEX triplet: 5E, 99 and 80. RGB value is (94,153,128). Sum of RGB (Red+Green+Blue) = 94+153+128=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9980 is #A1667F. Grayscale: #848484. Windows color (decimal): -10577536 or 8427870. OLE color: 8427870.

HSL color Cylindrical-coordinate representation of color #5E9980: hue angle of 154.58º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9980 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 153 128 -
CMYK 0.39 0 0.16 0.4
HSL 154.58º 0.24% 0.48% -
HSV(B) 154.58º 0.39% 0.6% -
XYZ 19.9 26.72 24.53 -
YUV 132.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 94 153 128 0.39 0 0.16 0.4 154.58 0.24 0.48
Hex 5E 99 80 27 0 10 28 9B 18 30
Octal 136 231 200 47 0 20 50 233 30 60
Binary 1011110 10011001 10000000 100111 0 10000 101000 10011011 11000 110000

Color Harmonies of #5E9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9980

Black with #5E9980

Text Example


Text Example

White with #5E9980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E9980; }

 p { color: rgb(94,153,128); }

 H1.HeaderClassName
 {
   color: #5E9980;
 }
 .AnyTagClassName
 {
   color: #5E9980;
 }
</style>

background-color css

<style>
 a { background-color: #5E9980; }

 a { background-color: rgb(94,153,128); }

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

border-color css

<style>
 span { border-color: #5E9980; }

 span { border-color: rgb(94,153,128); }

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