Html Css Color HEX #5E8D80 Patina

📋 copy color: '#5E8D80'

red 94 ◦ green 141 ◦ blue 128

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

Shades of Patina #5E8D80

Tints of Patina #5E8D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

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

R = 25.9%
G = 38.84%
B = 35.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#5E8D80 (or 0x5E8D80) is known color: Patina. HEX triplet: 5E, 8D and 80. RGB value is (94,141,128). Sum of RGB (Red+Green+Blue) = 94+141+128=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8D80 is #A1727F. Grayscale: #7D7D7D. Windows color (decimal): -10580608 or 8424798. OLE color: 8424798.

HSL color Cylindrical-coordinate representation of color #5E8D80: hue angle of 163.4º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E8D80 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 141 128 -
CMYK 0.33 0 0.09 0.45
HSL 163.4º 0.2% 0.46% -
HSV(B) 163.4º 0.33% 0.55% -
XYZ 18.04 22.99 23.91 -
YUV 125.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 94 141 128 0.33 0 0.09 0.45 163.4 0.2 0.46
Hex 5E 8D 80 21 0 9 2D A3 14 2E
Octal 136 215 200 41 0 11 55 243 24 56
Binary 1011110 10001101 10000000 100001 0 1001 101101 10100011 10100 101110

Color Harmonies of #5E8D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8D80

Black with #5E8D80

Text Example


Text Example

White with #5E8D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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