Html Css Color HEX #5E8E7E Patina

📋 copy color: '#5E8E7E'

red 94 ◦ green 142 ◦ blue 126

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

Shades of Patina #5E8E7E

Tints of Patina #5E8E7E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.23%

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 25.97%
G = 39.23%
B = 34.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#5E8E7E (or 0x5E8E7E) is known color: Patina. HEX triplet: 5E, 8E and 7E. RGB value is (94,142,126). Sum of RGB (Red+Green+Blue) = 94+142+126=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8E7E is #A17181. Grayscale: #7D7D7D. Windows color (decimal): -10580354 or 8293982. OLE color: 8293982.

HSL color Cylindrical-coordinate representation of color #5E8E7E: hue angle of 160º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8E7E is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 142 126 -
CMYK 0.34 0 0.11 0.44
HSL 160º 0.2% 0.46% -
HSV(B) 160º 0.34% 0.56% -
XYZ 18.05 23.23 23.27 -
YUV 125.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 94 142 126 0.34 0 0.11 0.44 160 0.2 0.46
Hex 5E 8E 7E 22 0 B 2C A0 14 2E
Octal 136 216 176 42 0 13 54 240 24 56
Binary 1011110 10001110 1111110 100010 0 1011 101100 10100000 10100 101110

Color Harmonies of #5E8E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8E7E

Black with #5E8E7E

Text Example


Text Example

White with #5E8E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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