Html Css Color HEX #5E9380 Patina

📋 copy color: '#5E9380'

red 94 ◦ green 147 ◦ blue 128

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

Shades of Patina #5E9380

Tints of Patina #5E9380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

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

R = 25.47%
G = 39.84%
B = 34.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#5E9380 (or 0x5E9380) is known color: Patina. HEX triplet: 5E, 93 and 80. RGB value is (94,147,128). Sum of RGB (Red+Green+Blue) = 94+147+128=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9380 is #A16C7F. Grayscale: #818181. Windows color (decimal): -10579072 or 8426334. OLE color: 8426334.

HSL color Cylindrical-coordinate representation of color #5E9380: hue angle of 158.49º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9380 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 147 128 -
CMYK 0.36 0 0.13 0.42
HSL 158.49º 0.22% 0.47% -
HSV(B) 158.49º 0.36% 0.58% -
XYZ 18.95 24.81 24.21 -
YUV 128.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 94 147 128 0.36 0 0.13 0.42 158.49 0.22 0.47
Hex 5E 93 80 24 0 D 2A 9E 16 2F
Octal 136 223 200 44 0 15 52 236 26 57
Binary 1011110 10010011 10000000 100100 0 1101 101010 10011110 10110 101111

Color Harmonies of #5E9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9380

Black with #5E9380

Text Example


Text Example

White with #5E9380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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