Html Css Color HEX #5E9E8E Patina

📋 copy color: '#5E9E8E'

red 94 ◦ green 158 ◦ blue 142

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

Shades of Patina #5E9E8E

Tints of Patina #5E9E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.1%

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 23.86%
G = 40.1%
B = 36.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#5E9E8E (or 0x5E9E8E) is known color: Patina. HEX triplet: 5E, 9E and 8E. RGB value is (94,158,142). Sum of RGB (Red+Green+Blue) = 94+158+142=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9E8E is #A16171. Grayscale: #898989. Windows color (decimal): -10576242 or 9346654. OLE color: 9346654.

HSL color Cylindrical-coordinate representation of color #5E9E8E: hue angle of 165º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9E8E is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 158 142 -
CMYK 0.41 0 0.10 0.38
HSL 165º 0.25% 0.49% -
HSV(B) 165º 0.41% 0.62% -
XYZ 21.73 28.79 30 -
YUV 137.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 94 158 142 0.41 0 0.10 0.38 165 0.25 0.49
Hex 5E 9E 8E 29 0 A 26 A5 19 31
Octal 136 236 216 51 0 12 46 245 31 61
Binary 1011110 10011110 10001110 101001 0 1010 100110 10100101 11001 110001

Color Harmonies of #5E9E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9E8E

Black with #5E9E8E

Text Example


Text Example

White with #5E9E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,158,142); }

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

background-color css

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

 a { background-color: rgb(94,158,142); }

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

border-color css

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

 span { border-color: rgb(94,158,142); }

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